VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementsFactoryJS type / createElementById Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
createElementById Method
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
ExceptionDescription
Thrown if UI element with specified ID is not found.
Thrown if factory create NOT WebUiElementJS object.
Browser Compatibility
56+
45+
11
See Also