Specifies the
subform
or
subformSet
object
to place at the top of a content or page area.
The leader property replaces the deprecated
overflowLeader (deprecated)
and
bookendLeader (deprecated)
properties.
Syntax
Reference_Syntax.leader = "string"
Values
Type
|
Values
|
String
|
A valid string representing the ID or fully
qualified reference syntax expression of a subform or subform set.
The default is an empty string.
|
JavaScript
Subform1.leader = "xfa.form.form1.Subform2";
FormCalc
Subform1.leader = "xfa.form.form1.Subform2"
|
|
|