an item that contains some text displayed in the item display area:
A Text Item can be added to the toolbar by calling addText method:
myToolbar.addText(id, pos, text);
The following parameters should be passed to this method:
The following methods that are available for the Button item, can be applied to the Text Item as well:
Related sample: Text manipulation
All the parameters of the above mentioned methods are the same as those described in Button Settings Manipulations section.
Back to top