VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
In This Topic
    "Standard" UI-elements, which can be used in web UI-control
    In This Topic
    The base class for UI-elements is WebUiElementJS. An instance of WebUiElementJS class is intended for use as UI-element of web UI-control and cannot be used separately.

    Here is the hierarchy of base standard UI-elements, which can be used in WebUiControlJS control and derived controls (WebDocumentViewerJS, WebDocumentEditorJS, WebSpreadsheetDocumentEditorControlJS, WebPdfDocumentEditorControlJS, WebDicomControlJS):
    The hierarchy of UI objects is open. This allows to adjust or modify existing elements or create new elements.

    The hierarchy of standard UI-elements, which can be used only in UI-control WebDocumentViewerJS can be found here.
    The hierarchy of standard UI-elements, which can be used only in UI-control WebDocumentEditorJS can be found here.
    The hierarchy of standard UI-elements, which can be used only in UI-control WebSpreadsheetDocumentEditorControlJS can be found here.
    The hierarchy of standard UI-elements, which can be used only in UI-control WebPdfDocumentEditorControlJS can be found here.
    The hierarchy of standard UI-elements, which can be used only in UI-control WebDicomControlJS can be found here.

    WebUiElementsFactoryJS class is a factory of UI-elements, i.e. it allows to register an instance of UI-element by identifier and this allows significantly simplify the process of UI creation. The list of standard registered identifiers can be found in description of WebUiElementsFactoryJS class.