Documentation

rows

sets the number of rows in the palette

number rows;

Example

webix.ui({ 
    view:"colorboard",
    id:"color",
    cols    :30,
    rows    :30,
    width   :400,
    height  :400
});

See also

  • api
  • samples
  • Back to top