In This Topic
Creates the registered UI element with specified ID.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementsFactoryJS();
var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS
// Parameters
var id; // Type: string
value = instance.createElementById(id);
Parameters
- id
- The element ID.
Return Value
Exceptions
| Exception | Description |
| Thrown if UI element with specified ID is not found. |
| Thrown if factory create NOT WebUiElementJS object. |
Browser Compatibility
See Also