onStyleSet

срабатывает после добавления стиля для ячейки

void onStyleSet(string name, [string value] );
namestringимя стиля
valuestringзначение в ячейке

Example

$$("ssheet").attachEvent("onStyleSet",function(name, value){
    // ваш обработчик
});

Details

Since v11.2 some style-related actions ("font-weight", "font-style", "underline", "strike" and "wrap") work as toggles for menu. So, the callback function for the onStyleSet event for these actions can be called only with the name parameter, while the value parameter will be undefined.

Наверх
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of web based spreadsheet product.