Add 'jot_tool' hook, plugins can add tool icons.

This commit is contained in:
Fabio Comuni 2011-01-26 16:17:28 +01:00
commit 4a2c0fcc36
8 changed files with 54 additions and 5 deletions

View file

@ -156,7 +156,8 @@ Current hooks:
'page_end' - called after HTML content functions have completed
$b is (string) HTML of content div
'jot_plugin' - add tools to jot toolbar
$b is (string) HTML for tool icon
*** = subject to change