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