VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPropertyGridPanelJS type / createMarkup Methods / createMarkup() Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    createMarkup() Method
    In This Topic
    Creates and returns markup of UI element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPropertyGridPanelJS(propertyGrid, settings);
    
    var value; // Type: object
    value = instance.createMarkup();
    
    
    function createMarkup() : object;
    

    Return Value

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