Understanding Web Magazine iScripts
Before you design a publication, you must understand how the portal assembles the Web Magazine for presentation in the portal. PeopleSoft Interaction hub delivers a set of page layouts in the form of HTML objects, including built-in functions that use those HTML objects. Configuring or creating new HTML objects requires that you revise the built-in functions.
In the sections that follow, these typographical conventions distinguish the various elements of the PeopleCode:
Notation |
Description |
---|---|
Keyword |
Indicates function names, method names, language constructs, and PeopleCode reserved words that must be included literally in the function call. |
Variable |
Indicates placeholders for arguments that your program must supply. |
... |
Indicates that the preceding item or series can be repeated any number of times. |
{Option1|Option2} |
Indicates a choice between options. |
[ ] |
Indicates optional items. |
&Parameter |
Indicates that the parameter is an already instantiated object. |