1 <!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-toolbar.Fill-method-constructor'><span id='Ext-toolbar.Fill'>/**
2 </span></span> * @class Ext.toolbar.Fill
3 * @extends Ext.Component
5 * A non-rendering placeholder item which instructs the Toolbar's Layout to begin using
6 * the right-justified button container.
8 * {@img Ext.toolbar.Fill/Ext.toolbar.Fill.png Toolbar Fill}
12 * Ext.create('Ext.panel.Panel', {
13 * title: 'Toolbar Fill Example',
18 * {xtype: 'tbfill'}, // or '->'
21 * renderTo: Ext.getBody()
28 Ext.define('Ext.toolbar.Fill', {
29 extend: 'Ext.Component',
30 alias: 'widget.tbfill',
31 alternateClassName: 'Ext.Toolbar.Fill',
34 });</pre></pre></body></html>