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
});

Related samples

See also
  • API
  • Back to top