Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)

Part Number E10726-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

7.4 Page Variables

Page variables are set on a particular Content Server Web page to enable specific page attributes or functionality. For details about page display variables, see "Page Variables".

This section includes these topics:

7.4.1 Page Display Variables

The following is a list of Idoc Script page display variables:


"generateUniqueId"
"isCheckin"
"isDocPage"
"isEditMode"
"isFormSubmit"
"isInfo"
"isQuery"
"isUpdate"
"isUploadFieldScript"
"localPageType"
"noMCPrefill"

7.4.2 Field Display Variables

Field display variables can be grouped into the following types:

For details about these variables, see "Field Display Variables".

7.4.2.1 Field Information Variables

The following variables define information about a metadata field. The variable values are loaded or computed for each metadata field.


"fieldCaption"
"fieldDefault"
"fieldIsOptionList"
"fieldName"
"fieldOptionListType"
"fieldType"
"fieldValue"
"fieldWidth"
"isRequired"
"requiredMsg"
"valueStyle"

7.4.2.2 Common Field Display Variables

There are several commonly used page variables that affect the display of metadata fields on Content Server pages.

The following is a list of the common field display variables:


"isExcluded"
"isHidden"
"isInfoOnly"
"isRelocated"
"maxLength"
"optionListScript"