alert
Directory actions
More options
Directory actions
More options
alert
Folders and files
| Name | Name | 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.