Including Meta-Variables and Comments in Free Form Sub Style Sheets

This section discusses:

  • Meta-variables.

  • Comments.

Meta-Variables

Free form sub style sheets support these PeopleTools meta-variables:

  • %AlignStart

  • %AlignEnd

  • %AlignAmount

  • %Image

See PeopleCode Language Reference: Understanding Meta-HTML.

See Global Technology: Working with HTML Areas and Style Sheets.

Note:

The system ignores any other meta-variables.

Meta-variables in the free form sub style sheet are resolved at runtime before the style sheet is downloaded to the client. Meta-variable processing does not occur at design time. In PeopleSoft Application Designer, if you select Layout, and then View in Browser, you do not see any results from meta-variable processing.

Comments

To insert comments, include the text between /* and */.

The use of // is not supported.