Sencha Documentation

Simple header class which is used for on Ext.panel.Panel and Ext.Window

Methods

 
addTool( Object tool ) : Void
Add a tool to the header
Add a tool to the header

Parameters

  • tool : Object

Returns

  • Void
 
setIconClass( String cls ) : Void
Sets the CSS class that provides the icon image for this panel. This method will replace any existing icon class if ...
Sets the CSS class that provides the icon image for this panel. This method will replace any existing icon class if one has already been set and fire the iconchange event after completion.

Parameters

  • cls : String
    The new CSS class name

Returns

  • Void
 
setTitle( String title ) : Void
Sets the title of the header.
Sets the title of the header.

Parameters

  • title : String
    The title to be set

Returns

  • Void