*/
class action_plugin_caption extends DokuWiki_Action_Plugin {
public function register(Doku_Event_Handler $controller) {
$controller->register_hook("TOOLBAR_DEFINE", "AFTER", $this, "insert_button", array ());
}
/**
* Inserts a toolbar button
*/
public function insert_button(&$event, $param) {
$event->data[] = array (
'type' => 'picker',
'title' => $this->getLang('picker'),
'icon' => '../../plugins/caption/images/picker.png',
'class' => 'captionpicker',
'list' => array(
array(
'type' => 'format',
'title' => $this->getLang('figure'),
'icon' => '../../plugins/caption/images/fig.png',
'open' => '
\n...\n
\n',
'close' => '