Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. xtype: 'fieldset',
  2. title: 'Fieldset',
  3. layout: {
  4. type: 'table',
  5. columns: 10,
  6. cellCls: 'myFormTblCell'
  7. },
  8. margin: '5 5 5 5',
  9. items: [{
  10. xtype: 'label',
  11. text: 'lable 1,
  12. cls: 'myLabel'
  13. },{
  14. xtype: 'displayfield',
  15. name: 'displ',
  16. cls: 'myText'
  17. },{
  18. xtype: 'label',
  19. text: 'lable 1,
  20. cls: 'myLabel'
  21. },{
  22. xtype: 'displayfield',
  23. name: 'displayfield 2',
  24. cls: 'myText'
  25. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement