Class M.ToolbarView
Extends
M.View.
The root object for ToolbarViews.
Defined in: toolbar.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Defines the position of the TabBar.
|
|
Determines whether to display an auto-generated back-button on the left side
of the toolbar view or not.
|
|
The type of this object.
|
- Fields borrowed from class M.View:
- childViews, contentBinding, cssClass, cssClassOnError, cssClassOnInit, cssStyle, hasFocus, html, id, isInline, isView, modelId, parentView, triggerActionOnChange, triggerActionOnEnter, triggerActionOnKeyUp, value
Method Attributes | Method Name and Description |
---|---|
Triggers render() on all children or simply display the value as a label,
if it is set.
|
- Methods borrowed from class M.View:
- addCssClass, attachToObservable, clearHtml, computeValue, contentDidChange, delegateValueUpdate, design, gotFocus, lostFocus, nl2br, removeCssClass, removeCssProperty, renderUpdate, secure, setCssProperty, setValueFromDOM, style, theme, themeChildViews
- Methods borrowed from class M.Object:
- bindToCaller, create, destroy, extend, get, include, set
Field Detail
{String}
anchorLocation
Defines the position of the TabBar. Possible values are:
- M.BOTTOM => is a footer bar
- M.TOP => is a header bar
{Boolean}
showBackButton
Determines whether to display an auto-generated back-button on the left side
of the toolbar view or not.
{String}
type
The type of this object.
Method Detail
renderChildViews()
Triggers render() on all children or simply display the value as a label,
if it is set.