views:

49

answers:

2

Hi,

I'm attempting to learn Sencha Touch (and Ext JS, being more of a jquery guy), and I'm struggling a bit with the documentation.

For example, I'm trying to figure out how to write templates, but I've found the documentation to be very sparse. For example, this page tells me how to instantiate a template, but not what the syntax looks like and how to write them. I found a couple tutorials on their site, but I'm really looking for a page that tells me what the language looks like, something like Django's template page.

Does anyone know if something like that exists?

+1  A: 

Look at the Ext.XTemplate class and expand the XTemplate( Mixed config ) method to view a good description on how to use a XTemplate.

sdavids