This chapter describes the procedures that enable SQR for PeopleSoft to generate HTML output. You can publish the output on an internet, intranet, or extranet website. An SQR program without HTML procedures has limited HTML capabilities; therefore, adding HTML procedures to an SQR program enhances the appearance of the HTML output.
This chapter discusses:
HTML general purpose procedures.
HTML heading procedures.
HTML highlighting procedures.
HTML hypertext link procedures.
HTML list procedures.
HTML table procedures.
See Also
Generating and Publishing HTML from an SQR Program
The following table describes HTML general purpose procedures:
The following table describes HTML heading procedures:
Procedure |
Description |
Marks the start of text for heading level one by using the HTML <H1> tag. This heading text appears more prominently than heading level two text. Syntax:
Attributes: Defines the HTML attributes that are incorporated inside the HTML <H1> tag. Example:
|
|
Marks the end of text for heading level one by using the HTML </H1> tag. Syntax:
|
|
Marks the start of text for heading level two by using the HTML <H2> tag. This heading text appears less prominently than heading level one text and more prominently than heading level three text. Syntax:
Attributes: Defines the HTML attributes that are incorporated inside the HTML <H2> tag. Example:
|
|
Marks the end of text for heading level two by using the HTML </H2> tag. Syntax:
|
|
Marks the start of text for heading level three by using the HTML <H3> tag. This heading text appears less prominently than heading level two text and more prominently than heading level four text. Note. This heading level is the default value. Syntax:
Attributes: Defines the HTML attributes that are incorporated inside the HTML <H3> tag. |
|
Marks the end of text for heading level three by using the HTML </H3> tag. Syntax:
|
|
Marks the start of text for heading level four by using the HTML <H4> tag. This heading text appears less prominently than heading level three text and more prominently than heading level five text. Syntax:
Attributes: Defines the HTML attributes that are incorporated inside the HTML <H4> tag. |
|
Marks the end of text for heading level four by using the HTML </H4> tag. Syntax:
|
|
Marks the start of text for heading level five by using the HTML <H5> tag. This heading text appears less prominently than heading level four text and more prominently than heading level six text. Syntax:
Attributes: Defines the HTML attributes that are incorporated inside the HTML <H5> tag. |
|
Marks the end of text for heading level five by using the HTML </H5> tag. Syntax:
|
|
Marks the start of text for heading level six by using the HTML <H6> tag. This heading text appears less prominently than heading level five text. Syntax:
Attributes: Defines the HTML attributes that are incorporated inside the HTML <H6> tag. |
|
Marks the end of text for heading level six by using the HTML </H6> tag. Syntax:
|
The following table describes HTML highlighting procedures:
The following table describes HTML hypertext link procedures:
The following table describes HTML list procedures:
The following table describes HTML table procedures: