Changeset 920 for trunk/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm
- Timestamp:
- 11/24/08 14:27:56 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm
r836 r920 36 36 for information on regarding deprecated handlers that are defined for 37 37 compatibility with older Foswiki versions. 38 39 __BNOTE:__ All but the initPlugin are disabled. To enable a callback, remove =DISABLE_= from the function name. 40 41 %STARTINCLUDE% 38 42 39 43 __NOTE:__ When writing handlers, keep in mind that these may be invoked … … 97 101 a non-zero value. On non-fatal failure, should write a message 98 102 using Foswiki::Func::writeWarning and return 0. In this case 99 % FAILEDPLUGINS% will indicate which plugins failed.103 %<nop>FAILEDPLUGINS% will indicate which plugins failed. 100 104 101 105 In the case of a catastrophic failure that will prevent the whole … … 105 109 You may also call =Foswiki::Func::registerTagHandler= here to register 106 110 a function to handle variables that have standard Foswiki syntax - for example, 107 =% MYTAG{"my param" myarg="My Arg"}%. You can also override internal111 =%<nop>MYTAG{"my param" myarg="My Arg"}%. You can also override internal 108 112 Foswiki variable handling functions this way, though this practice is unsupported 109 113 and highly dangerous! … … 355 359 XYZ 356 360 </pre> 361 </verbatim> 357 362 the map will contain: 358 363 <pre>
Note: See TracChangeset
for help on using the changeset viewer.
