diff --git a/_articles/faq/upgrade-to-latest-version.md b/_articles/faq/upgrade-to-latest-version.md index 597fc182..44030675 100644 --- a/_articles/faq/upgrade-to-latest-version.md +++ b/_articles/faq/upgrade-to-latest-version.md @@ -22,7 +22,7 @@ Please refer to the upgrade guide and the release notes below to update your app [Dynamic Web TWAIN Development - Upgrade Guide](/_articles/indepth/development/upgrade.md){:target="_blank"} -[Dynamic Web TWAIN Schedule - Stable Release](/_articles/info/schedule/stable.md){:target="_blank"} +[Dynamic Web TWAIN Schedule - Stable Release](/_articles/info/schedule/Stable.md){:target="_blank"} Once you are ready to upgrade, please send an email to sales@dynamsoft.com requesting the upgrade be done. diff --git a/_articles/info/api/WebTwain_Viewer.md b/_articles/info/api/WebTwain_Viewer.md index b8365ac2..0e2195a6 100644 --- a/_articles/info/api/WebTwain_Viewer.md +++ b/_articles/info/api/WebTwain_Viewer.md @@ -618,6 +618,8 @@ objThumbnailViewer.on("pageRendered", function(index) { **Usage notes** +The method [`unbind()`](/_articles/info/api/WebTwain_Viewer.md#unbind) will dispose all created ThumbnailViewer objects. + 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). 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. | `keydown` | keyboardEvent: KeyboardEvent | Triggered upon pressing a key; **only supported on desktop browsers** | | `keyup` | keyboardEvent: KeyboardEvent | Triggered upon releasing a key; **only supported on desktop browsers** | -By default, scrolling the scroll bar on the `ThumbnailViewer` does not trigger the `topchanged` event. - -The method [`unbind()`](/_articles/info/api/WebTwain_Viewer.md#unbind) will dispose all created ThumbnailViewer objects. ---