conditionStyle

задает стили для условного форматирования

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

Каждый элемент массива - объект с двумя свойствами:

  • name - (string) название стиля
  • css - (string) имя CSS класса
See also
Наверх
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.