var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId); var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS[] // Parameters var itemId; // Type: string value = instance.getItemsByRegisteredId(itemId);
function getItemsByRegisteredId(
itemIdThe registered identifier of UI element.: string
) : WebUiElementJS[];
Parameters
- itemId
- The registered identifier of UI element.
Return Value
The WebUiElementJS objects if collection contains items with specified registered identifier; otherwise, null.