Please, I need a example for load my options dinamically from database.
The server side is ok. I am using PHP for generate the XML from database.
But I need to know if is possible load this XML into my combobox.
Thanks for your help.
_____Brasiqui________
Obrigado pela ajuda

Any help?
9 May, 2008 - 22:33 — brasiquiIF you have other topic or documentation that talks about this, please, send me...
Thanks...
combobox options
14 May, 2008 - 11:16 — andysHi brasiqui,
Why dont you use the suggestBox instead of comboBox? The suggestBox works pretty the same like comboBox. The difference is ..you are able to get the suggestBoxOption from dataSource (which is xml data) and there is no small-button on the right side.
But, if you still want to have the outer outlook of comboBox, why dont you create a custom component which extends the suggestBox and overwrite the template of it with the template of comboBox.
I have not tried it yet, but I think it is possible.
Hope this helps,
ANdys
Thanks!
15 May, 2008 - 18:28 — brasiquiI will follow your instructions.
I think that I will use a combobox with the options created by php (not xml).
Thanks.