internal package
Foswiki::Plugins::JQueryPlugin::EMPTY ClassMethod
new( $class, ... ) ClassMethod
init( $this ) ClassMethod
handleEMPTY( $this, $params, $topic, $web ) → $result %EMPTY%
. You might need to add
to Foswiki::Plugins::JQueryPlugin::initPlugin() the following:
Foswiki::Func::registerTagHandler('EMPTY', \&handleEMPTY );and also
sub handleEMPTY { my $session = shift; my $plugin = createPlugin('Empty', $session); return $plugin->handleEMPTY(@_) if $plugin; return ''; }
![]() |
© 2025 D.Soost & D.Marxsen - All rights reserved © Of all articles by authors Trademarks are the property of their respective owners © Logo by Wikipedia, modified by Administrator | Impressum Disclaimer Datenschutzerklärung |