VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebUiDialogJS type / render Methods / render() Property
Syntax BrowserCompatibility SeeAlso
render() Method
Creates and returns markup of UI element.
Syntax
var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS(headerItems, bodyItems, footerItems, settings);

var value; // Type: object
value = instance.render();

Return Value

A DOM-element that represents UI element.
Browser Compatibility
56+
45+
11
See Also