layout-win.js
上传用户:snow1005
上传日期:2015-11-10
资源大小:3151k
文件大小:1k
源码类别:

Ajax

开发平台:

JavaScript

  1. /* This code will be loaded at start up.
  2.  * 
  3.  * When the user selects to open this module, it's override code will
  4.  * be loaded to provide the functionality.
  5.  * 
  6.  * Allows for 'Module on Demand'.
  7.  */
  8. QoDesk.LayoutWindow = Ext.extend(Ext.app.Module, {
  9. moduleType : 'demo',
  10. moduleId : 'demo-layout',
  11. menuPath : 'StartMenu/Bogus Menu',
  12. launcher : {
  13. iconCls: 'layout-icon',
  14. shortcutIconCls: 'demo-layout-shortcut',
  15. text: 'Layout Window',
  16. tooltip: '<b>Layout Window</b><br />A window with a layout'
  17. }
  18. });