VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiPanelJS type
    In This Topic
    A web UI panel, which contains WebUiElementJS objects and allows to change the panel state using button.
    Syntax
    // Parameters
    var items; // Type: WebUiElementJS[]
    var settings; // Type: object
    var stateButton; // Type: WebUiElementJS
    
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelJS(items, settings, stateButton);
    
    
    function WebUiPanelJS;
    
    Remarks

    Panel has two states: "active" and "notActive". The stateButton parameter also has same two states (original states of button will be ignored).

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.UIElements.WebUiElementJS
          Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
             Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS
                Vintasoft.Imaging.UI.Panels.WebUiPanelJS
                   Vintasoft.Imaging.UI.Panels.WebUiPanelContainerJS
                   Vintasoft.Imaging.UI.Panels.WebUiPanelWithContextMenuJS
                   Vintasoft.Imaging.UI.Panels.WebUiMenuJS
                   Vintasoft.Imaging.UI.Panels.WebUiPropertyGridPanelJS
                   Vintasoft.Imaging.UI.Panels.WebUiImageProcessingPanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiSpreadsheetEditorPanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiMoveWorksheetPanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiSelectFunctionPanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiCellNumberFormatPanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiSelectDefinedNamePanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiEditDefinedNamePanelJS
                   Vintasoft.Imaging.Office.UI.Panels.WebUiDefinedNameManagerPanelJS
                   Vintasoft.Imaging.Dicom.UI.Panels.WebDicomViewerPanelJS
                   Vintasoft.Imaging.Dicom.UI.Panels.WebDicomMprViewerPanelJS
                   Vintasoft.Imaging.Dicom.UI.Panels.WebDicomSeriesManagerPanelJS

    Browser Compatibility
    56+
    45+
    11
    See Also