Categories | Question details Back To List | ||
Combobox for toolbar v2 Good afternoon, I'm trying to put a combo box control on the toolbar and it doesnt want to render for me. My data load is XML basd and I've tried the following script: <SelectButton id="0_select" width="150px" height="16px"> <option value="0">Mode 0</option> <option value="1">Mode 1</option> <option value="2">Mode 2</option> <option value="3">Mode 3</option> </SelectButton> My request is to have a dropdown the can accept search queries(text) and have memory of the users searches. I dont need to preload the combo with anything, I just need the ability to use it like a textbox but with, as i stated, memory of the users searches. Thanks in advance and have a nice weeknd:) Chrisg Answer posted by Support on Oct 20, 2008 05:48 dhtmlxToolbar 2.0 doesn't support external combobox. Just simple integrated dropdown. |