Skip to main content

%ZEN.Auxiliary.locatorLink

deprecated class %ZEN.Auxiliary.locatorLink extends %ZEN.Component.object

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

Property Inventory

Properties

property caption as %ZEN.Datatype.caption;
Caption displayed for a locator link. This is a localizable value.
Property methods: captionDisplayToLogical(), captionGet(), captionIsValid(), captionLogicalToDisplay(), captionLogicalToOdbc(), captionNormalize(), captionSet()
property href as %ZEN.Datatype.uri;
URI used for a locator link.
Property methods: hrefDisplayToLogical(), hrefGet(), hrefIsValid(), hrefLogicalToDisplay(), hrefLogicalToOdbc(), hrefNormalize(), hrefSet()
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 methods: targetDisplayToLogical(), targetGet(), targetIsValid(), targetLogicalToDisplay(), targetLogicalToOdbc(), targetNormalize(), targetSet()
property title as %ZEN.Datatype.caption;
Optional. Tooltip help for a locator link. This is a localizable value.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab