qo-preferences.js
Upload User: snow1005
Upload Date: 2015-11-10
Package Size: 3151k
Code Size: 1k
Category:

Ajax

Development Platform:

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. });