Fixed POD in 12 files reported by new test for invalid whitespace
This commit is contained in:
parent
e35760ce6a
commit
e81ce2759a
12 changed files with 123 additions and 121 deletions
|
|
@ -31,7 +31,7 @@ Creates a template chooser control.
|
|||
|
||||
This is a subclass of WebGUI::Form::SelectBox.
|
||||
|
||||
=head1 METHODS
|
||||
=head1 METHODS
|
||||
|
||||
The following methods are specifically available from this class. Check the superclass for additional methods.
|
||||
|
||||
|
|
@ -51,10 +51,10 @@ The following additional parameters have been added via this sub class.
|
|||
|
||||
The identifier for this field. Defaults to "templateId".
|
||||
|
||||
=head4 namespace
|
||||
|
||||
=head4 namespace
|
||||
|
||||
The namespace for the list of templates to return. If this is omitted, all templates will be displayed.
|
||||
|
||||
|
||||
=head4 label
|
||||
|
||||
A text label that will be displayed if toHtmlWithWrapper() is called. Defaults to getName().
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ Creates a workflow chooser control.
|
|||
|
||||
This is a subclass of WebGUI::Form::SelectBox.
|
||||
|
||||
=head1 METHODS
|
||||
=head1 METHODS
|
||||
|
||||
The following methods are specifically available from this class. Check the superclass for additional methods.
|
||||
|
||||
|
|
@ -52,9 +52,9 @@ The following additional parameters have been added via this sub class.
|
|||
The identifier for this field. Defaults to "workflowId".
|
||||
|
||||
=head4 type
|
||||
|
||||
|
||||
The type of workflows to list based upon the object type that will be passed to them "none", "WebGUI::VersionTag", etc. If this is omitted, the entire list of workflows will be returned.
|
||||
|
||||
|
||||
=head4 label
|
||||
|
||||
A text label that will be displayed if toHtmlWithWrapper() is called. Defaults to getName().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue