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