Stéphane Peiry > JavaScript-Toolbox > JavaScript::Toolbox

Download:
JavaScript-Toolbox-0.01.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.01   Source  

NAME ^

JavaScript::Toolbox - Collection of JavaScript Tools.

SYNOPSIS ^

  use JavaScript::Toolbox::popUpBox;

  $popup = new JavaScript::Toolbox::popUpBox;

  $popup->content('hello');

  $popup->script();
  $popup->tag();

DESCRIPTION ^

Stub documentation for JavaScript::Toolbox, created by h2xs.

    .------------------.         .------------------.
    |   popUpBox       |         |   Browser        |
    |==================|<>-------|==================|
    |   javascript()   |         |   javascript()   |
    |   html()         |         |   html()         |
    `------------------'         `------------------'
                                           ^
                             .-------------|------------.
                             |             |            |
          .------------------|   .------------------.   |------------------.
          |   W3C            |   |   Netscape       |   |      IE          |
          |==================|   |==================|   |==================|
          |   javascript()   |   |   javascript()   |   |   javascript()   |
          |   html()         |   |   html()         |   |   html()         |
          `------------------'   `------------------'   `------------------'

AUTHOR ^

St‚phane Peiry, stephane@perlmonk.org

SEE ALSO ^

perl(1).

syntax highlighting: