Is there an easy way of disabling all dhtmlxCombo boxes on a page?
I know I could use
myCombo.disable();
for each element, was just wondering if there was a quick way to achieve the same (page has a lot of combos!).
Thanks
John
Is there an easy way of disabling all dhtmlxCombo boxes on a page?
I know I could use
myCombo.disable();
for each element, was just wondering if there was a quick way to achieve the same (page has a lot of combos!).
Thanks
John
Unfortunately there is no such api in the dhtmlxCombo allowing to disable all the comboboxes on the page.