Categories | Question details Back To List | ||
Selectbox value I have a question about the selectbox of toolbar. I need that value when I make an update of an element at the dhtmlxgrid, so I'd like to know if it is posible to get that value in PHP or I have to use a hidden tag of some sort? Answer posted on May 05, 2007 14:36 I'm not sure which toolbar do you mean, but in case of dhtmlxToolbar, the value of selectbox can be obtained in next way toolbar.getItem(ID).selElement.value; Answer posted by Alexandra (Support) on Dec 08, 2014 15:41 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking js grid and open source spreadsheet programs. |