Skip to content

Commit 7262779

Browse files
authored
Merge pull request #156 from sprice89/patch-1
Update ui.md
2 parents 83338e9 + ff86a45 commit 7262779

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

indepth/features/ui.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ description: Dynamic Web TWAIN SDK Documentation UI Page
99

1010
# UI Elements
1111

12-
In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions.
12+
In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions.
13+
14+
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
1315

1416
## Installation Dialog
1517

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

26+
If needing to disable the default dialog or come up with your own install dialog, you can make changes to Dynamsoft._show_install_dialog().
27+
2428
## Indicators
2529

2630
### Loading bar and backdrop

0 commit comments

Comments
 (0)