internal package Foswiki::Contrib::BehaviourContrib

See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview

Foswiki::Contrib::BehaviourContrib::addHEAD()

This function will automatically add the headers for the contrib to the page being rendered. It is intended for use from Plugins and other extensions. For example:

sub commonTagsHandler {
  ....
  require Foswiki::Contrib::BehaviourContrib;
  Foswiki::Contrib::BehaviourContrib::addHEAD();
  ....

 
This site is powered by FoswikiCopyright &© by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding UTfit? Send feedback