VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Panels Namespace / WebUiEditHyperlinkPanelJS type / update Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    update Method
    In This Topic
    Updates this panel.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.Panels.WebUiEditHyperlinkPanelJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var dialog; // Type: WebUiDialogJS
    
    value = instance.update(dialog);
    
    
    function update(
    dialog
    A dialog that contains this panel.
    : WebUiDialogJS
    ) : any;

    Parameters

    dialog
    A dialog that contains this panel.
    Browser Compatibility
    56+
    45+
    11
    See Also