| JavaScript-Toolbox documentation | view source | Contained in the JavaScript-Toolbox distribution. |
JavaScript::Toolbox - Collection of JavaScript Tools.
use JavaScript::Toolbox::popUpBox;
$popup = new JavaScript::Toolbox::popUpBox;
$popup->content('hello');
$popup->script();
$popup->tag();
Stub documentation for JavaScript::Toolbox, created by h2xs.
.------------------. .------------------.
| popUpBox | | Browser |
|==================|<>-------|==================|
| javascript() | | javascript() |
| html() | | html() |
`------------------' `------------------'
^
.-------------|------------.
| | |
.------------------| .------------------. |------------------.
| W3C | | Netscape | | IE |
|==================| |==================| |==================|
| javascript() | | javascript() | | javascript() |
| html() | | html() | | html() |
`------------------' `------------------' `------------------'
St‚phane Peiry, stephane@perlmonk.org
perl(1).
| JavaScript-Toolbox documentation | view source | Contained in the JavaScript-Toolbox distribution. |