my( $attrHashRef, $topic, $web ) = @_; $$attrHashRef{'comment'} .= " (NOTE: Extracted from blah.tar.gz)"; ObjectMethod afterAttachmentSaveHandler ($attachmentAttrHash,$topic,$web,$error)deal with an uploaded attachment between the upload and save-to-store processes. It is invoked as per other plugins.
ObjectMethod writeHeaderHandler () -> $headersCalled by TWiki::writePageHeader. DEPRECATED do not use! DEPRECATED Use modifyHeaderHandler instead. it is a lot more flexible, and allows you to modify existing headers as well as add new ones. It also works correctly when multiple plugins want to modify headers.ObjectMethod modifyHeaderHandler (\@headers,$query)ObjectMethod redirectCgiQueryHandler () -> $resultCalled by TWiki::redirectObjectMethod renderFormFieldForEditHandler ($name,$type,$size,$value,$attributes,$possibleValues) -> $htmlThis handler is called before built-in types are considered. It generates the HTML text rendering this form field, or false, if the rendering should be done by the built-in type handlers.
ObjectMethod renderWikiWordHandler () -> $resultChange how a WikiWord is rendered Originated from the TWiki:Plugins.SpacedWikiWordPlugin hack
|
|
|
||||||||||||||||||||||||||