changed POD formatting
This commit is contained in:
parent
bf5a0145ae
commit
2b6eb201a9
55 changed files with 1188 additions and 3220 deletions
|
|
@ -89,18 +89,14 @@ sub _getBaseURL {
|
|||
|
||||
Generates a button with the word "Copy" printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub copyIcon {
|
||||
|
|
@ -117,18 +113,14 @@ sub copyIcon {
|
|||
|
||||
Generates a button with the word "Cut" printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub cutIcon {
|
||||
|
|
@ -145,18 +137,14 @@ sub cutIcon {
|
|||
|
||||
Generates a button that represents a delete operation.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub deleteIcon {
|
||||
|
|
@ -185,18 +173,14 @@ sub dragIcon {
|
|||
|
||||
Generates a button with the word "Edit" printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub editIcon {
|
||||
|
|
@ -213,18 +197,14 @@ sub editIcon {
|
|||
|
||||
Generates an export button.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub exportIcon {
|
||||
|
|
@ -266,18 +246,14 @@ sub getToolbarOptions {
|
|||
|
||||
Generates a button with the word "Help" printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item helpId
|
||||
=head3 helpId
|
||||
|
||||
The id in the help table that relates to the help documentation for your function.
|
||||
|
||||
=item namespace
|
||||
=head3 namespace
|
||||
|
||||
If your help documentation is not in the WebGUI namespace, then you must specify the namespace for this help.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub helpIcon {
|
||||
|
|
@ -294,18 +270,14 @@ sub helpIcon {
|
|||
|
||||
Generates a button that represents a management function.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub manageIcon {
|
||||
|
|
@ -322,18 +294,14 @@ sub manageIcon {
|
|||
|
||||
Generates a button with a double down arrow printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub moveBottomIcon {
|
||||
|
|
@ -350,18 +318,14 @@ sub moveBottomIcon {
|
|||
|
||||
Generates a button with a down arrow printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub moveDownIcon {
|
||||
|
|
@ -378,18 +342,14 @@ sub moveDownIcon {
|
|||
|
||||
Generates a button with a left arrow printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub moveLeftIcon {
|
||||
|
|
@ -406,18 +366,14 @@ sub moveLeftIcon {
|
|||
|
||||
Generates a button with a right arrow printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub moveRightIcon {
|
||||
|
|
@ -434,18 +390,14 @@ sub moveRightIcon {
|
|||
|
||||
Generates a button with a double up arrow printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub moveTopIcon {
|
||||
|
|
@ -462,18 +414,14 @@ sub moveTopIcon {
|
|||
|
||||
Generates a button with an up arrow printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub moveUpIcon {
|
||||
|
|
@ -502,18 +450,14 @@ sub pageIcon {
|
|||
|
||||
Generates a button with the word "Paste" printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub pasteIcon {
|
||||
|
|
@ -530,18 +474,14 @@ sub pasteIcon {
|
|||
|
||||
Generates a button with a shortcut symbol printed on it, similar to the shortcut icon in Microsoft Windows or the link Icon in Gnome.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub shortcutIcon {
|
||||
|
|
@ -558,18 +498,14 @@ sub shortcutIcon {
|
|||
|
||||
Generates a button with the word "View" printed on it.
|
||||
|
||||
=over
|
||||
|
||||
=item urlParameters
|
||||
=head3 urlParameters
|
||||
|
||||
Any URL parameters that need to be tacked on to the current URL to accomplish whatever function this button represents.
|
||||
|
||||
=item pageURL
|
||||
=head3 pageURL
|
||||
|
||||
The URL to any page. Defaults to the current page.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub viewIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue