VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
In This Topic
    "Standard" UI elements, which can be used in web 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 document viewer 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, WebSpreadsheetDocumentEditorControlJS):

    Here is the hierarchy of standard UI elements, which can be used in WebDocumentViewerJS control:

    Here is the hierarchy of standard UI elements, which can be used in WebSpreadsheetDocumentEditorControlJS control:

    Hierarchy of UI objects is open. This allows to adjust or modify existing elements or create new elements.


    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.