VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
In This Topic
    "Standard" dialogs, which are used in Web PDF Document Editor UI
    In This Topic
    By default the Web PDF Document Editor uses the following "standard" dialogs:


    1. "Standard" dialogs, which are based on Bootstrap

    Ready-to-use "standard" dialogs, which are based on Bootstrap, are stored in Vintasoft.Imaging.Pdf.Dialogs.Bootstrap.js file.
    If "standard" Bootstrap dialogs must be used in web PDF document editor, web application must have:
    Dialog appearance can be customized using Bootstrap CSS.

    Here is screenshot of "standard" "Password dialog", which is based on Bootstrap:




    2. "Standard" dialogs, which are based on jQuery UI

    Ready-to-use "standard" dialogs, which are based on jQuery UI, are stored in Vintasoft.Imaging.Pdf.Dialogs.jQueryUI.js file.
    If "standard" jQueryUI dialogs must be used in web PDF document editor, web application must have:
    Dialog appearance can be customized using jQuery UI CSS.

    Here is screenshot of "standard" "Password dialog", which is based on jQuery UI:




    3. Custom "standard" dialogs

    If ready-to-use "standard" Bootstrap and jQuery UI dialogs are not suitable for your UI or task, it is possible to use custom "standard" dialogs in web PDF document editor.

    If it is necessary to create custom dialog for another UI library, it is recommended to create dialog as a wrapper around ready-to-use UI panel (WebUiDocumentPasswordPanelJS, WebUiUploadImageFromUrlDialogJS, WebUiPrintImagesSettingsPanelJS, WebUiImageViewerSettingsPanelJS, WebUiThumbnailViewerSettingsPanelJS, WebUiImageSelectionPanelJS, WebUiPdfRedactionMarkAppearancePanelJS, WebUiPdfRedactionMarkSettingsDialogJS, WebUiPdfImageResourceDialogJS, WebUiPdfAConversionAndValidationDialogJS, WebPdfDocumentCompressorDialogJS). In this case it is not necessary to implement logic, which is related with dialog (for example, print images) because panel already contains all necessary logic.

    Also it is possible to create "custom" dialog from scratch but in this case it is necessary to implement dialog UI and logic.