acc-win.js
上传用户:snow1005
上传日期:2015-11-10
资源大小:3151k
文件大小:1k
- /* This code defines the module and will be loaded at start up.
- *
- * When the user selects to open this module, the override code will
- * be loaded to provide the functionality.
- *
- * Allows for 'Module on Demand'.
- */
- QoDesk.AccordionWindow = Ext.extend(Ext.app.Module, {
- moduleType : 'demo',
- moduleId : 'demo-acc',
- menuPath : 'StartMenu',
- launcher : {
- iconCls: 'acc-icon',
- shortcutIconCls: 'demo-acc-shortcut',
- text: 'Accordion Window',
- tooltip: '<b>Accordion Window</b><br />A window with an accordion layout'
- }
- });