|
|
| event to switch focus to any alternative component on your web page. |
|
|
|
|
|
|
| 22 | ready | The applet has just been started and is ready to accept JavaScript calls. |
|
|
|
|
|
|
| 23 | annotation hyperlink | The user has activated an annotation (JavaScript) hyperlink (see |
|
| annotations configuration manual). |
| ||
|
|
|
| |
|
|
|
|
|
| 24 | annotations save ok | Annotations have just been saved. |
|
|
|
|
|
|
| 25 | annotations save failed | The annotations save operation has just failed. |
|
|
|
|
|
|
| 26 | print cancelled | A print dialog or print job has been cancelled. |
|
|
|
|
|
|
| 27 | print ended | A print job has been successfully sent to the printer. |
|
|
|
| ||
|
|
|
|
|
| 28 |
| Reserved. |
|
|
|
|
|
|
| 29 |
| Reserved. |
|
|
|
|
|
|
| 30 | annotation created | The user has added an annotation through the user interface. |
|
|
|
|
|
|
|
|
| This event can fire with two different n values… |
|
|
|
| - if n is 1, it means that ViewONE could not create the save files in its own |
|
| 31 | SaveDocument Failed(n) | cache (prior to sending them to the destination). One way this might |
|
| happen is if the disk was full. |
| ||
|
|
|
| |
|
|
| - if n is 2, it means that ViewONE could not copy the save files to the |
|
|
|
| specified destination. |
|
|
|
|
|
|
| 32 | annotations updated: page n of n | Gets fired whenever a document’s annotations set is modified. It can, |
|
| therefore, be used to indicate that the document’s annotations now require |
| ||
|
|
| saving. |
|
|
|
|
|
|
| 33 | annotations restored: page n of n | Gets fired whenever a document’s annotations set is restored. It can, |
|
| therefore, be used to indicate that the document’s annotations no longer |
| ||
|
|
| require saving. |
|
|
|
|
|
|
| 34 | Page rendered | The image for the current page has been rendered/updated. This event |
|
| occurs on every redraw/refresh. See event 38/39 for filtered versions. |
| ||
|
|
|
| |
|
|
|
|
|
| 35 | Area Selected | An area of the current page has been selected by the user (using the zoom |
|
| area tool). |
| ||
|
|
|
| |
|
|
|
|
|
| 36 |
| Reserved |
|
|
|
|
|
|
|
|
| A key has been pressed (key defined in the event). |
|
|
|
| Notes: |
|
|
|
| It is strongly recommended that you turn off key processing by ViewONE by |
|
|
|
| using the HTML parameter ProcessKeys set to False, otherwise ViewONE |
|
|
|
| will process keys AND generate events. |
|
| 37 | Key pressed | It is also strongly recommended that you set up a test to display the event |
|
| text before assuming that value of that text because some keyboards may |
| ||
|
|
|
| |
|
|
| differ in the text and may also differ according to the localization setup of |
|
|
|
| your machine. |
|
|
|
| The following keys do not generate events.. |
|
|
|
| - Keys processed when editing a text annotation |
|
|
|
| - SHIFT, CTRL and ALT Keys (instead, when a key is pressed a marker is |
|
|
|
| included to indicate when these keys are pressed with other keys |
|
|
|
| examples below) |
|
|
|
|
|
|
|
|
| 85 |
|