diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-12-04 19:51:44 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-12-04 19:51:44 -0500 |
commit | 7ddf911f5d54ba4997b3d237ae7cd1effb74a120 (patch) | |
tree | 0aad07732c991cd338e9530a9dccbfb670f9dd5b /EVENTS.txt | |
parent | 847013db692303cde10f5f161d9fedd787421a37 (diff) |
Add 2 new events: StartInlineScriptElement and EndInlineScriptElement
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index f4ec62033..678df8b0a 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -595,3 +595,13 @@ EndScriptElement: After a <script...> element is written - $action - $src - $type + +StartInlineScriptElement: Before a <script...> element is written +- $action +- &$code +- &$type + +EndInlineScriptElement: After a <script...> element is written +- $action +- $code +- $type |