var instance = new Vintasoft.Imaging.DocumentViewer.Dialogs.WebThumbnailViewerSettingsDialogJS();
function WebThumbnailViewerSettingsDialogJS;
var instance = new Vintasoft.Imaging.DocumentViewer.Dialogs.WebThumbnailViewerSettingsDialogJS();
function WebThumbnailViewerSettingsDialogJS;
Object
Vintasoft.Imaging.DocumentViewer.Dialogs.WebThumbnailViewerSettingsDialogJS
Name | Description | |
---|---|---|
![]() | WebThumbnailViewerSettingsDialogJS Constructor | A Web UI dialog (which is based on jQuery UI) that allows to view and change the thumbnail viewer settings. |
Name | Description | |
---|---|---|
![]() | createMarkup | Creates an initial markup of UI element. |
![]() | destroy | Destroys this UI element. |
![]() | get_ActiveState | Gets an active UI element state. |
![]() | get_DocumentViewer | Gets the document viewer, which is associated with this UI element. |
![]() | get_DomElement | Gets the DOM element asspciated with this UI element. |
![]() | get_IsEnabled | Gets a value indicating whether the UI element is enabled. |
![]() | get_Items | Gets the collection of UI elements contained within this WebUiElementContainerJS. |
![]() | get_LocalizationId | Gets the localization identifier of UI element. |
![]() | get_RegisteredId | Gets the identifier under which UI element is registered in WebUiElementsFactoryJS. |
![]() | get_StateCollection | Gets a state collection of UI element. |
![]() | getItem | Returns item. |
![]() | getItemByRegisteredId | Returns the first item with specified registered identifier. |
![]() | getLocalizationDictionary | Returns the localization dictionary with English text. |
![]() | getNestedElements | Returns array of nested UI elements. |
![]() | hide | Hides the dialog. |
![]() | init | Initializes the dialog. |
![]() | isVisible | Returns a value indicating whether the dialog is visible. |
![]() | render | Creates and returns markup of UI element. |
![]() | set_ActiveState | Sets an active state of UI element. |
![]() | set_IsEnabled | Sets a value indicating whether the UI element is enabled. |
![]() | show | Shows the dialog. |
![]() | translateElement | Translates the UI element. |
Name | Description | |
---|---|---|
![]() | activated | Occurs when UI element is activated and connected with the document viewer. |
![]() | destroyed | Occurs when UI element is destroyed. |
![]() | stateChanged | Occurs when UI element active state is changed. |
![]() | stateChanging | Occurs when UI element active state is changing. |
![]() | warningOccured | Occurs when warning (non-critical error) occurs during the document viewer work. |