deprecatedclass %ZEN.Auxiliary.locatorLink
extends %ZEN.Component.object
Defines a link displayed by the %ZEN.Component.locatorBar component.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property caption
as %ZEN.Datatype.caption;
Caption displayed for a locator link.
This is a localizable value.
property href
as %ZEN.Datatype.uri;
URI used for a locator link.
property target
as %ZEN.Datatype.string [ InitialExpression = "_top" ];
Allows for programmatically setting the target for which target window will open the document. It defaults to '_top'.
Valid options are _blank, _parent, _self, _top, or framename
property title
as %ZEN.Datatype.caption;
Optional.
Tooltip help for a locator link.
This is a localizable value.