how can I to clear a component’s css property.
for example
css:“button1”,
view: “button”,
I want to clear css and add new css.
how can I to clear a component’s css property.
I want to clear css and add new css.
Hello,
there is not such possibility. You can create two buttons and hide one that you do not want to display initially:
{view:“button”, hidden:true, …}
hide()/show() methods allow to switch between views. Also you can use batches:
dhtmlxTouch_v12_120913/samples/03_toolbar/04_button_sets.html