conditionStyle

specifies a set of conditional styles

array conditionStyle;

Example

conditionStyle:[
    {name: 'bold', css: "custom_bold"},
    {name: 'italic', css: "custom_italic"},
    {name: 'red', css: "custom_color"},
    {name: 'highlight', css: "custom_bgcolor"},
    {name: 'green', css: "custom_less"}
]

Related samples

Details

Each element of the array presents an object with two properties:

  • name - (string) the name of the condition style
  • css - (string) the name of the corresponding CSS style
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript web framework and page of spreadsheet javascript library product.