returns the tooltip of a listed option
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
string | tooltip of a listed option |
var tip = myToolbar.getListOptionToolTip(parentId, optionId);
Back to top