Update hooks_client-side.md

This commit is contained in:
John McLear 2015-01-26 16:07:46 +00:00
parent 2c3ce30fed
commit b8ac349b53
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ Things in context:
3. tname - the tag name of this node currently being processed 3. tname - the tag name of this node currently being processed
4. style - the style applied to the node (probably CSS) 4. style - the style applied to the node (probably CSS)
5. cls - the HTML class string of the node 5. cls - the HTML class string of the node
6. node - the node being modified
This hook is called before the content of an image node is collected by the usual methods. The cc object can be used to do a bunch of things that modify the content of the pad. This hook is called before the content of an image node is collected by the usual methods. The cc object can be used to do a bunch of things that modify the content of the pad.