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

Ajax

开发平台:

JavaScript

  1. /*
  2.  * qWikiOffice Desktop 0.8.1
  3.  * Copyright(c) 2007-2008, Integrated Technologies, Inc.
  4.  * licensing@qwikioffice.com
  5.  * 
  6.  * http://www.qwikioffice.com/license
  7.  */
  8. QoDesk.QoPreferences = Ext.extend(Ext.app.Module, {
  9. moduleType : 'system/preferences',
  10. moduleId : 'qo-preferences',
  11. menuPath : 'ToolMenu',
  12. launcher : {
  13.         iconCls: 'pref-icon',
  14.         shortcutIconCls: 'pref-shortcut-icon',
  15.         text: 'Preferences',
  16.         tooltip: '<b>Preferences</b><br />Allows you to modify your desktop'
  17.     }
  18. });