This plugin provides support for
Cross Frame coolTips, whether they are STICKY or not. In
effect, the routines in this plugin take care of ensuring
that the containing element is either defined
in the frame where the coolTip will appear or will create
it if it doesn't exist and defining the global variable fnRef defined
in the core module so that it points to the correct frame
where the source module code is located and makes sure
that when the "Close" link is moused over or
clicked that the coolTip closes without error, in the case
of a STICKY coolTip. There is only one command associated
with this module and that is the FRAME command
which is explained in the core
module documentation.
To include this support module just include the following
statements in the HEAD section of your document:
<SCRIPT TYPE="text/javascript" SRC="cCore.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="cCrossframe.js"> </SCRIPT>
You only have to make sure that the cCrossframe.js module
is loaded after the core module.
Download this
module as a zip file. |