Properties

item_template - Object, default = {...} // see below
Template for the item object
items - Array, default = []
Array of the item objects.
last - tmp, default = {}
Object that holds some temporary variables.
right - Array of strings, default = ['']
Defines HTML in the right corner of the toolbar.
routeData - String, default = ''
Object with data for the route.
tooltip - String, default = 'top'
Defines position of the tooltip for toolbar items.

Common Properties

box - DOM Element, default = null
The DOM element where to render the object.
handlers - Array, default = []
Array of event handlers.
name - String, default = ''
Unique name for the object.
style - String, default = ''
Additional style for the .box where the object is rendered.