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
internal package
Foswiki::Plugins::JQueryPlugin Container for jQuery and plugins
finish up the plugins container
API to create a jQuery plugin. Instantiating it adds all required javascript and css files to the html page header.
API to load a jQuery UI theme. Returns true if the theme has been loaded successfully.
API to register a jQuery plugin. This is of use for other Foswiki plugins to register their javascript modules as a jQuery plugin. Registering a plugin 'foobar' will make it available via %JQREQUIRE{"foobar"}%
.
Class will default to 'Foswiki::Plugins::JQueryPlugin::FOOBAR,
The FOOBAR.pm stub must be derived from Foswiki::Plugins::JQueryPlugin::Plugin class.
API to register a jQuery theme. this is of use for other Foswiki plugins to register their theme. Registering a theme 'foobar' will make it available via %JQTHEME{"foobar"}%
.
The $url
parameter will default to '/pub/System/JQueryPlugin/ui/$themeName/jquery-ui.css'.
Handles the =%BUTTON% tag.
Handles the tmpl rest handler
returns a singleton instance of a Foswiki::Plugins::JQueryPlugin::CombineService
Handles the =%POPUPWINDOW% tag.
Handles the =%TABPANE% tag.
Handles the =%TAB% tag.
Handles the =%ENDTAB% tag.
Handles the =%ENDTABPANE% tag.
Handles the =%JQREQUIRE% tag.
Handles the =%JQTHEME% tag.
Handles the =%JQICONPATH% tag.
Handles the =%JQICON% tag.
returns a singleton instance of a Foswiki::Plugins::JQueryPlugin::IconService
Handles the =%JQPLUGINS% tag.
This topic: System > Category > DeveloperDocumentationCategory > PerlDoc
Topic revision: 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback