Where can I find good ExtJS template documentation?

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

For example, I’m trying to understand how to write templates, but I found that the documentation is very rare. For example, this page tells me how to instantiate a template, but not how the syntax looks and how to write it. I found a couple of tutorials on my site, but I'm really looking for a page that talks about how the language looks, like a Django template page .

Does anyone know if something like this exists?

+3
source share
2 answers

Ext.XTemplate XTemplate ( ), , XTemplate.

+4

[sencha person] (2 ). xTemplate

0

Source: https://habr.com/ru/post/1765910/


All Articles