Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
Usage

javascript('alert', array('content' => 'Hello world!'));

Creates an instant alert box.

--------------------------------------------------------
javascript('alert', array('content' => 'Hello world!',
                          'label'   => 'Click me!')
          );

Creates a link that, when clicked, pops up an alert box.