Meta-HTML Placement Considerations
A limited subset of the meta-HTML processing is performed on any auxiliary JavaScript or style sheet files attached and downloaded to the web server. Each meta-HTML element that may be used in auxiliary files is noted in its description and in the following table. This meta-HTML processing occurs both for files attached to PeopleSoft pages and for files attached to iScript output:
-
Attaching JavaScript as an auxiliary file:
-
Use the %JavaScript meta-HTML function to attach JavaScript as an auxiliary file to an HTML area. See %JavaScript meta-HTML element.
-
Use the GetJavaScriptURL method of the Response class to attach JavaScript as an auxiliary file to iScript output or a PeopleSoft page. See PeopleCode API Reference: GetJavaScriptURL method: Response class.
-
-
Attaching a style sheet as an auxiliary file:
-
Use the %StyleSheet meta-HTML function to attach a style sheet as an auxiliary file to an HTML area. See %StyleSheet meta-HTML element.
-
Use the GetStyleSheetURL method of the Response class to attach a style sheet as an auxiliary file to iScript output or a PeopleSoft page. See PeopleCode API Reference: GetStyleSheetURL method: Response class.
-
| Meta-HTML Element | Auxiliary JavaScript | Auxiliary Style Sheets |
|---|---|---|
|
%AlignEnd |
Yes |
Yes |
|
%AlignStart |
Yes |
Yes |
|
%Appserver |
No |
No |
|
%AppsRel |
Yes |
No |
|
%Browser |
No |
No |
|
%BrowserPlatform |
No |
No |
|
%BrowserVersion |
No |
No |
|
%Cols |
Yes |
No |
|
%Component |
No |
No |
|
%BB |
No |
Yes |
|
%BP |
No |
Yes |
|
%BV |
No |
Yes |
|
%ContentReference |
Yes |
Yes |
|
%Copyright |
Yes |
No |
|
%DBName |
Yes |
No |
|
%DBType |
Yes |
No |
|
%Direction |
Yes |
No |
|
%Encode |
Yes |
No |
|
%ExplainMessage |
Yes |
No |
|
%FORMFACTOREXTRALARGE |
No |
No |
|
%FORMFACTORLARGE |
No |
No |
|
%FORMFACTORMEDIUM |
No |
No |
|
%FORMFACTORSMALL |
No |
No |
|
%Formname |
Yes |
No |
|
%HtmlContent |
Yes |
No |
|
%Image |
Yes |
Yes |
|
%JavaScript |
Yes |
No |
|
%LableTag |
No |
No |
|
%LanguageISO |
Yes |
No |
|
%Menu |
No |
No |
|
%Message |
Yes |
Yes |
|
%Page |
No |
No |
|
%ServicePack |
Yes |
No |
|
%StyleSheet |
Yes |
No |
|
%SubmitScriptName |
No |
No |
|
%tabindex |
Yes |
No |
|
%ToolsRel |
Yes |
No |
|
%URL |
Yes |
No |
|
%UserID |
Yes |
No |