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