Hello,
I have many toolbars on different windows.
All toolbars have been created with this syntax:
/Fonction chargeant les toolbars des fenêtres/
function chargeDhtmlxToolbar(windowType, divId)
{
toolbarApp = new dhtmlXToolbarObject(“toolbar”+divId);
…
}
Now I want to manipulate a toolbar in particular.
How to Select the toolbar and then do this part:
. showItem (“saveClient”);
Thank you for your help.