Here i want to hide the first item that means first anchor link, i was written the below webix code to disable, So “webix_disabled” class is applying for it, but it is not working. Any idea…
please help me urgent!!!
webix code:-
var sendItemmenu = actionBarItems[0];
var sendItemmenuID = sendItemmenu.id;
$$("dynamicActionToolBar").disableItem(sendItemmenuID);