Ultra Light Client Guide and Reference
Setting up link polling
The Html Pane part enables you to poll the application for permission to
load a URL before the UI actually loads the document. Implementing this
function involves the following steps:
- Set the veto attribute to true.
- Listen for the linkActivatedVeto event.
- When the event is signaled, evaluate whether the document should be
loaded. If so, send the #setPage: aUrlString
message. Otherwise, redirect program flow (for example, put up an
alert).
Note: | The Html Pane part does not display dynamic HTML.
|
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]