w2toolbar.tooltip

Defines position of the tooltip for toolbar items.
String, default = 'top'
By default tooltip text will appear on top of the button. However if you set .tooltip property to another value, you can make it show in other position. Possible values are 'top', 'bottom', 'left', 'right'. Note, that you need to set .tooltip for toolbar items. You can defined it during object creation: Or any time during run-time: There is no need to refresh, as tooltip shows up on mouse over.

User Comments

comments powered by Disqus