Guest User

Untitled

a guest
Jul 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2. 4
  3. 5
  4. 6
  5. 7
  6. 8
  7. 9
  8. 10
  9. 11
  10. 12
  11. 13
  12. 14
  13. 15
  14. 16
  15. 17
  16. 18
  17. 19
  18. 20
  19. 21
  20. 22
  21.  
  22.  
  23.  
  24.  
  25.  
  26. Ext.reg('infourlpanel',
  27. ss.InfoURLPanel = Ext.extend(Ext.Panel,
  28. {
  29. constructor:function(config) {
  30. var defaults = {
  31. };
  32.  
  33. ss.InfoURLPanel.superclass.constructor.apply(this,
  34. Ext.applyIf( config, defaults));
  35.  
  36. },
  37. style: 'float:left;margin: 13px 13px 0 0;',
  38. height: 300,
  39. width: 400,
  40. padding: 4,
  41. autoScroll: true,
  42. collapsible: true,
  43. titleCollapse: true
  44.  
  45. }
  46. )));
Add Comment
Please, Sign In to add comment