/** * @class Ext.Spacer * @extend Ext.Component * @alias widget.spacer * * The {@link Ext.Spacer} component is generally used to put space between items * in {@link Ext.Toolbar} components. * * By default the {@link #flex} configuration is set to 1. * * Alternatively, you can just set the {@link #width} configuration which will get the * {@link Ext.Spacer} a fixed width. */ /** * @cfg {Number} flex * The flex value of this spacer. This defaults to 1, if no width has been set. * @accessor */ /** * @cfg {Number} width * The width of this spacer. If this is set, the value of {@link #flex} will be ignored. * @accessor */