In This Topic
Adds item to the drop-down list of this UI element.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiLabelWithDropDownListJS(settings);
var value; // Type: any
// Parameters
var name; // Type: string
var value; // Type: object
var localizationId; // Type: string
value = instance.addItem(name, value, localizationId);
function addItem(
: string,
: object,
: string
) : any;
Parameters
- name
- The name of item.
- value
- The value of item.
- localizationId
- The localization identifier of item.
Browser Compatibility
See Also