summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-12-04 20:19:55 -0500
committerCraig Andrews <candrews@integralblue.com>2009-12-04 20:19:55 -0500
commitb3086d3c68ed2d3ceff3ce8fc91a867fc07c441a (patch)
tree263d505c6c6116c6f6343c8c3dfa85945558a9bb /EVENTS.txt
parent7ddf911f5d54ba4997b3d237ae7cd1effb74a120 (diff)
Add style function to output style() tags
Add 2 new events: StartStyleElement and EndStyleElement
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 678df8b0a..a056aa0a1 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -586,6 +586,18 @@ EndCssLinkElement: After a <link rel="stylesheet"..> element is written
- $theme
- $media
+StartStyleElement: Before a <style...> element is written
+- $action
+- &$code
+- &$type
+- &$media
+
+EndStyleElement: After a <style...> element is written
+- $action
+- $code
+- $type
+- $media
+
StartScriptElement: Before a <script...> element is written
- $action
- &$src