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