Skip to content

Commit aa77c17

Browse files
authored
Merge pull request #948 from dynamsoft-docs/preview
fix topchanged event description and broken link
2 parents e6c19a9 + c1224a3 commit aa77c17

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_articles/faq/upgrade-to-latest-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please refer to the upgrade guide and the release notes below to update your app
2222

2323
[Dynamic Web TWAIN Development - Upgrade Guide](/_articles/indepth/development/upgrade.md){:target="_blank"}
2424

25-
[Dynamic Web TWAIN Schedule - Stable Release](/_articles/info/schedule/stable.md){:target="_blank"}
25+
[Dynamic Web TWAIN Schedule - Stable Release](/_articles/info/schedule/Stable.md){:target="_blank"}
2626

2727
Once you are ready to upgrade, please send an email to <a href="mailto:[email protected]">[email protected]</a> requesting the upgrade be done.
2828

_articles/info/api/WebTwain_Viewer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,8 @@ objThumbnailViewer.on("pageRendered", function(index) {
618618

619619
**Usage notes**
620620

621+
The method [`unbind()`](/_articles/info/api/WebTwain_Viewer.md#unbind) will dispose all created ThumbnailViewer objects.
622+
621623
For the `CheckboxSettings` and `PageNumberSettings` interface, please refer to the APIs [`updateCheckboxStyle()`](/_articles/info/api/WebTwain_Viewer.md#updatecheckboxstyle) and [`updatePageNumberStyle()`](/_articles/info/api/WebTwain_Viewer.md#updatepagenumberstyle).
622624

623625
The following table shows the events available to a ThumbnailViewer object.
@@ -637,9 +639,6 @@ The following table shows the events available to a ThumbnailViewer object.
637639
| `keydown` | keyboardEvent: KeyboardEvent | Triggered upon pressing a key; **only supported on desktop browsers** |
638640
| `keyup` | keyboardEvent: KeyboardEvent | Triggered upon releasing a key; **only supported on desktop browsers** |
639641

640-
By default, scrolling the scroll bar on the `ThumbnailViewer` does not trigger the `topchanged` event.
641-
642-
The method [`unbind()`](/_articles/info/api/WebTwain_Viewer.md#unbind) will dispose all created ThumbnailViewer objects.
643642

644643
---
645644

0 commit comments

Comments
 (0)