Specifies the constraints on
keeping a form object together with the previous container within
a content area or page.
Syntax
Reference_Syntax.previous = "none | contentArea | pageArea"
Values
Type
|
Values
|
String
|
-
none
(default)
-
contentArea
-
pageArea
The determination
of whether a form object renders in the same content area or page
together with the previous object or subform will be delegated to
the processing application. No special constraints are forced.
The form object
is requested to be rendered in the same content area with the previous
object or subform.
The
form object is requested to be rendered in the same page with the
previous object or subform.
|
JavaScript
Subform1.keep.previous = "contentArea";
FormCalc
Subform1.keep.previous = "contentArea"
|
|
|