Inserts a toolbar item or items before item with id=
before.
insert(before, items)
before |
string, id of the item to insert before |
items |
object or array, toolbar items to add |
Returns
undefined.
Description
New items will be inserted before item with id =
before. If
before
is null, new items will be appended to the toolbar.
The
items argument can be either an object or array of objects. If it is an object it
represents a toolbar item that will be added to
.items array.
If it is an array then each element of the array will be treated as a separate toolbar item object.
If you have toolbar defined in the following way:
You can insert toolbar items: