sets the position of a listed option (moves a listed option)
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
pos | number | the position of a listed option |
myToolbar.setListOptionPosition(parentId, optionId, pos);
Back to top