no solution found yet...
maybe I try to put the values via an extjs form in the db, maybe this helps.
I put the values directly in...
Printable View
no solution found yet...
maybe I try to put the values via an extjs form in the db, maybe this helps.
I put the values directly in...
ok, was like this.
When I send the data via a FormPanel, everything works fine!
Thanks!
2 mabello
So, your solution will become more complicated if input element has more than one nesting DOM level.
var rolestpl = new Ext.XTemplate(
'<tpl for=".">',
'<div class="roles">',
'<div class="rolesheading">{rolesHeading} <span>({roleValue})</span></div>',
'<div id="xyz">{[new Ext.ux.toolbar({id:"abc",buttonIcon:"add,import,export"})]}</div>',
'<div class="rolesList">',
'<tpl for="userList">',
'<div>{.}</div>',
'</tpl>',
'</div>',
'</div>',
'</tpl>'
);
Good Job man, totally helped me. :)