Threaded View
-
17 Aug 2012 10:43 AM #21
Hi,
Can anyone provide me an example of how to use XTemplate in Sencha Architect 2.1?
Especially entering "fn."
I am not sure on how to achieve this:
Thanks in Advance.Code:itemTpl: new Ext.XTemplate( '<p>{name}', '<tpl if="age > 17">', '<button>Vote</button>', '</tpl>', '</p>' )


Reply With Quote