|
|
| Author |
Message |
shobhit
Joined: 02 Nov 2009
Posts: 17
Location: karnataka
|
Posted: Fri Nov 06, 2009 6:44 am Post subject: Parse Xml and put to toolbar |
|
|
hey guys can i put this xml
<?xml version="1.0"?>
<friends>
<friend>
<first_name>Cary</first_name>
<last_name>Grant</last_name>
</friend>
<friend>
<first_name>Myrna</first_name>
<last_name>Loy</last_name>
</friend>
<friend>
<first_name>James</first_name>
<last_name>Stewart</last_name>
</friend>
</friends>
in form of drop down in toolbar
Please suggest  |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Fri Nov 06, 2009 10:35 am Post subject: |
|
|
| You can put any list of values into drop-down search box, by making the Type as Non-editable |
|
| Back to top |
|
 |
|