hello,
I want create a search forms as discribe at page 123 in doc pdf.
In editoption of my colmodel, I want retrieve data from my “json” file. for example:
{name:'cod_banque',search:false, index:'cod_banque', edittype:'select, editoptions: {value:'my_data_from_json_file'}'},
I don't want write:
|
1 |
<strong>{name:<span class="codestring">'branch'</span>, sortable:<span class="literals">false</span>, editable:<span class="literals">true</span>, edittype:<span class="codestring">'select'</span>, <br /> editoptions:{value:<span class="codestring">' :;1:Head Office;2:International Office;<br /> 4:Northwest Region;3:Regional Office;5:SouthEast Region'</span>}},<br /></strong> |
is it possible?
thank you for your help?
Regards and Have a good weekend!!
Aurore
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top