sets userdata for a listed option
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed button |
name | string | the name of userdata |
value | mixed | the value of userdata |
myToolbar.setListOptionUserData(parentId, optionId, name, value);
Back to top