linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
372 B
25 lines
372 B
9 years ago
|
//
|
||
|
// Definitions of enums referenced in documentation.
|
||
|
//
|
||
|
|
||
|
/**
|
||
|
* @enum [Ext.enums.Layout=layout.*]
|
||
|
* Enumeration of all layout types.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @enum [Ext.enums.Widget=widget.*]
|
||
|
* Enumeration of all xtypes.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @enum [Ext.enums.Plugin=plugin.*]
|
||
|
* Enumeration of all ptypes.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @enum [Ext.enums.Feature=feature.*]
|
||
|
* Enumeration of all ftypes.
|
||
|
*/
|
||
|
|