Changeset 7889
- Timestamp:
- 06/23/10 05:12:40 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm
r7883 r7889 37 37 __NOTE:__ Foswiki:Development.StepByStepRenderingOrder helps you decide which 38 38 rendering handler to use. When writing handlers, keep in mind that these may 39 be invoked on included topics. For example, if a plugin generates links to the 40 current topic, these need to be generated before the =afterCommonTagsHandler= 41 is run. After that point in the rendering loop we have lost the information 39 be invoked on included topics. For example, if a plugin generates links to the 40 current topic, these need to be generated before the =afterCommonTagsHandler= 41 is run. After that point in the rendering loop we have lost the information 42 42 that the text had been included from another topic. 43 43 … … 145 145 #sub _EXAMPLETAG { 146 146 # my($session, $params, $theTopic, $theWeb) = @_; 147 # # $session - a reference to the Foswiki session object (if you don't know148 # # what this is, just ignore it)147 # # $session - a reference to the Foswiki session object 148 # # (you probably won't need it, but documented in Foswiki.pm) 149 149 # # $params= - a reference to a Foswiki::Attrs object containing 150 150 # # parameters.
Note: See TracChangeset
for help on using the changeset viewer.
