срабатывает после добавления стиля для ячейки
| name | string | имя стиля |
| value | string | значение в ячейке |
$$("ssheet").attachEvent("onStyleSet",function(name, value){
// ваш обработчик
});
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.
Наверх