palette

sets palette colors

array palette;

Example

webix.ui({
    view:"colorboard",
    id:"color3",
    cols    :2,
    rows    :3,
    width   :60,
    height  :60,
    palette:[
        ["#FF2626", "#26FF26"],
        ["#2626FF", "#F3FC49"],
        ["#1BE07A", "#FC49D9"]
    ]
})

Related samples

See also
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.