X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Separator.html diff --git a/docs/source/Separator.html b/docs/source/Separator.html index ae8bf433..c3e49365 100644 --- a/docs/source/Separator.html +++ b/docs/source/Separator.html @@ -1,14 +1,25 @@ -
+ +\ No newline at end of file +}); * @class Ext.menu.Separator - * @extends Ext.menu.Item - * - * Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will + + + + +The source code + + + + + + +* Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will * add one of these by using "-" in your call to add() or in your items config rather than creating one directly. * - * {@img Ext.menu.Separator/Ext.menu.Separator.png Ext.menu.Separator component} - * - * ## Code - * + * @example * Ext.create('Ext.menu.Menu', { * width: 100, * height: 100, @@ -24,105 +35,97 @@ * },{ * text: 'regular item', * }] - * }); - * - * @xtype menuseparator - * @markdown - * @constructor - * @param {Object} config The config object + * }); */ Ext.define('Ext.menu.Separator', { extend: 'Ext.menu.Item', alias: 'widget.menuseparator', - -