Specifies the constraints on
keeping a form object together with the previous container within
a content area or page.
SyntaxReference_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.
|
JavaScriptSubform1.keep.previous = "contentArea";
FormCalcSubform1.keep.previous = "contentArea"
|
|
|