sets a tooltip for a listed option
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
tip | string | a tooltip for a listed option |
myToolbar.setListOptionToolTip(parentId, optionId, tip);
Back to top