 
	
	
		 
	
	
		 
	
	
		 
	
	
		 
	
	
		 
	
        
                 
	 
		internal package Foswiki::Plugins::JQueryPlugin::EMPTY 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 '';
}
  Users
 Users
 Groups
 Groups
 Index
 Index
 Search
 Search
 Changes
 Changes
 Notifications
 Notifications
 RSS Feed
 RSS Feed
 Statistics
 Statistics
 Preferences
 Preferences
 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.