Guest User

Untitled

a guest
Aug 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Using XTempate with Sencha Touch 2
  2. Ext.define('MyAPp.view.Login', {
  3. extend: 'Ext.Component',
  4. xtype: 'welcomeLogin',
  5. config: {
  6. html: 'This shows',
  7. tpl: Ext.create ('Ext.XTemplate', '<div>Please show something</div>', {
  8. compiled: true
  9. })
  10. }
  11.  
  12. });
  13.  
  14. data: {}
Add Comment
Please, Sign In to add comment