I have a question concerning the selectbox of the toolbar.


I have a
question concerning the selectbox of the toolbar.

In this selectbox I would like to set a specific
item (option-tags of the select-box) to be selected and I would like to read as
well, wich item is selected at the moment. I could not find this methods in
your API. Am I right or is there a way to get and set the
�selected�-information


dhtmlxToolbar provides next methods to set value:


           
toolbar.getItem(itemId).setSelected(value);


There is no direct way to get current selected value,
but you can access the HTML select element :


           
toolbar.getItem(itemId).selElement

and query all necessary data from it