Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. layout: {
  2. type: 'anchor'
  3. },
  4. items: [
  5. {
  6. flex: 1,
  7. xtype: 'label',
  8.  
  9. text: 'Upload',
  10. style: 'font-weight: bold',
  11. height: 22
  12. },
  13. {
  14. flex: 1,
  15. xtype: 'radio',
  16. boxLabel: 'Client [Pfad / Dateiname]',
  17. name: 'radioradio',
  18. itemId:'RadioClientUploadWindow',
  19. checked: 'true'
  20. }, {
  21. flex: 1,
  22. xtype: 'fileuploadfield',
  23. id: 'filedata',
  24. emptyText: 'Select a document to upload...',
  25. fieldLabel: 'File ',
  26. buttonText: 'Browse '
  27. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement