![]() | The Information Overlaid Toolkit: ; Referance Manual Edition 2.4, for Information Overlaid Version 2.4; 27th April 2004 | ![]() | ||
|---|---|---|---|---|
| Prev | Chapter 5. Basic JavaScript | Next | ||
This library must me included in the page or frameset which contains the core of the JavaScript for your application. It provides basic services which allow your JavaScript and the remaining libraries to access the Easel applet . It's most important function is to implement a start-up sequence which allows for reliable start up of Information Overlaid applications on all platforms.
This function sets up Information Overlaid and must be called as the application starts, usually at the top of the onLoad function of the main application window. Version should be the version of Information Overlaid which your systems requires, for example "2.3". Applet_name should be name given to the Easel applet in the applet tag. The third parameter window is optional and indicates that the applet is in another window.
This function returns immediately, but the applet may not yet be working on some platforms. When the applet is running and everything is initialised, the callback on_easel_start will be called. You should put all Information Overlaid related initialisation (for instance creation of hotspots) in this callback.
This callback is called when Information Overlaid is loaded, initialised and working. It is the place for all of your startup code.
You should call this to indicate that your application is ready to go, for instance at the end of the on_easel_start callback. Various library functions will ask the user to wait if called before easel_set_page_loaded.
Controls how long messages are displayed in the applet window.
Tell Easel the copyright text fro the data being displayed. If URL is given it is opened in a new window if the user clicks on the copyright message.