Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion indepth/features/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ description: Dynamic Web TWAIN SDK Documentation UI Page

# UI Elements

In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions.
In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions.

Generally speaking, most UI elements are configured in the file dynamsoft.webtwain.install.js. This file is already referenced inside the dynamsoft.webtwain.initiate.js

## Installation Dialog

Expand All @@ -21,6 +23,8 @@ This dialog comes up when running `DWT` in [service mode]({{site.indepth}}featur
* The Dynamsoft Service is not running
* A failure to connect to the Dynamsoft Service

If needing to disable the default dialog or come up with your own install dialog, you can make changes to Dynamsoft._show_install_dialog().

## Indicators

### Loading bar and backdrop
Expand Down