Changes between Version 32 and Version 33 of Plugin_Hooks


Ignore:
Timestamp:
Sep 13, 2009 3:57:35 AM (4 years ago)
Author:
alec
Comment:

added html_editor hook

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v32 v33  
    387387 
    388388 
     389=== html_editor === 
     390 
     391Triggered to add HTML editor scripts into the page.[[BR]] 
     392This hook can doesn't have any return values but it can add some javascript actions to the output. 
     393 
     394''Arguments:'' 
     395  * mode: ''Editor mode. Specifies where editor is used. For identity signature or message body'' 
     396  * lang: ''Current language if supported by TinyMCE editor'' 
     397 
     398''Return values:'' 
     399  * mode 
     400  * lang 
     401  * abort 
     402 
    389403---- 
    390404