Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. xtype: 'fieldset',
  3. title: 'Workflow',
  4. layout: 'column',
  5. defaults: {
  6. xtype: 'container',
  7. columnWidth: 0.5,
  8. layout: 'form'
  9. },
  10. items: [{
  11. items: [{
  12. fieldLabel: 'AAA',
  13. xtype: 'textfield',
  14. bind: '{site.aaa}'
  15. },{
  16. fieldLabel: 'BBB',
  17. xtype: 'textfield',
  18. bind: '{site.bbb}'
  19. }]
  20. }, {
  21. items: [{
  22. fieldLabel: 'CCC',
  23. xtype: 'textfield',
  24. bind: '{site.ccc}'
  25. },{
  26. fieldLabel: 'DDD',
  27. xtype: 'textfield',
  28. bind: '{site.ddd}'
  29. }]
  30. }]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement