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.
SyntaxReference_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.
|
JavaScriptSubform1.leader = "xfa.form.form1.Subform2";
FormCalcSubform1.leader = "xfa.form.form1.Subform2"
|
|
|