changed POD formatting

This commit is contained in:
JT Smith 2004-09-14 02:22:38 +00:00
parent bf5a0145ae
commit 2b6eb201a9
55 changed files with 1188 additions and 3220 deletions

View file

@ -94,14 +94,10 @@ sub generateAdditionalHeadTags {
Retrieves the template for this style.
=over
=item templateId
=head3 templateId
The unique identifier for the template to retrieve. Defaults to the style template tied to the current page.
=back
=cut
sub getTemplate {
@ -116,18 +112,14 @@ sub getTemplate {
Returns a parsed style with content based upon the current WebGUI session information.
=over
=item content
=head3 content
The content to be parsed into the style. Usually generated by WebGUI::Page::generate().
=item templateId
=head3 templateId
The unique identifier for the template to retrieve. Defaults to the style template tied to the current page.
=back
=cut
sub process {
@ -184,18 +176,14 @@ sub process {
Sets a <link> tag into the <head> of this rendered page for this page view. This is typically used for dynamically adding references to CSS and RSS documents.
=over
=item url
=head3 url
The URL to the document you are linking.
=item params
=head3 params
A hash reference containing the other parameters to be included in the link tag, such as "rel" and "type".
=back
=cut
sub setLink {
@ -212,14 +200,10 @@ sub setLink {
Sets a <meta> tag into the <head> of this rendered page for this page view.
=over
=item params
=head3 params
A hash reference containing the parameters of the meta tag.
=back
=cut
sub setMeta {
@ -235,14 +219,10 @@ sub setMeta {
Sets data to be output into the <head> of the current rendered page for this page view.
=over
=item tags
=head3 tags
A raw string containing tags. This is just a raw string so you must actually pass in the full tag to use this call.
=back
=cut
sub setRawHeadTags {
@ -257,18 +237,14 @@ sub setRawHeadTags {
Sets a <script> tag into the <head> of this rendered page for this page view. This is typically used for dynamically adding references to Javascript or ECMA script.
=over
=item url
=head3 url
The URL to your script.
=item params
=head3 params
A hash reference containing the additional parameters to include in the script tag, such as "type" and "language".
=back
=cut
sub setScript {