Skip to main content

%ZEN.Auxiliary.locatorLink

Class %ZEN.Auxiliary.locatorLink Extends %ZEN.Component.object [ Deprecated, System = 3 ]

Defines a link displayed by the %ZEN.Component.locatorBar component.

Properties

caption

Property caption As %ZEN.Datatype.caption;

Caption displayed for a locator link. This is a localizable value.

href

Property href As %ZEN.Datatype.uri;

URI used for a locator link.

title

Property title As %ZEN.Datatype.caption;

Optional. Tooltip help for a locator link. This is a localizable value.

target

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