Class YAHOO.ext.Toolbar
Object
|
+--YAHOO.ext.Toolbar
- class
YAHOO.ext.Toolbar
Basic Toolbar used by the Grid to create the paging toolbar. This class is reusable but functionality
is limited. Look for more functionality in a future version.
Defined in Toolbar.js
YAHOO.ext.Toolbar
YAHOO.ext.Toolbar(container)
add
void add()
Adds element(s) to the toolbar - this function takes a variable number of
arguments of mixed type and adds them to the toolbar...
If an argument is a ToolbarButton, it is added. If the element is a string, it is wrapped
in a ytb-text element and added unless the text is "separator" in which case a separator
is added. Otherwise, it is assumed the element is an HTMLElement and it is added directly.
addButton
YAHOO.ext.ToolbarButton addButton(config)
addSeparator
void addSeparator()
addText
Object addText(text)
Documentation generated by
JSDoc on Sat Oct 14 06:07:10 2006