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 '';
}
  Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.