In This Topic
Sets an identifier of DOM element where
WebUiControlJS must be placed.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ContainerId(value);
function set_ContainerId(
: string
) : any;
Parameters
- value
- Identifier of DOM element.
Exceptions
| Exception | Description |
| Thrown if value is not a string or empty string. |
Browser Compatibility
See Also