AElementTargetAttribute: target

Description Available Attribute Values Used by the Elements

Description

Governs the manner in which the link is opened. That is where is the target placed?

Available Attribute Values

The value can be any one of the following:

'_replace'

Specifies to replace in the current SVG image by the linked content. The replacement will occupy the same region and frame as the current SVG.

'_self'

Specifies to replace in the current SVG image by the linked content The replacement will occupy the frame as the current SVG. This is the default.

'_parent'

Specifies to replace the parent frameset SVG image by the linked content.

'_top'

Specifies to replace the full window/tab (and frames) byt the linked content.

'_blank'

Specifies to create a new (unnamed) window/tab display and fill with the linked content.

<name>

Specifies to find an existing window/tab/pane having the target name, and if one does not exist create one. Then fill it with the linked content.

Used by the Elements

Non-structural Container Elements

a


mslegrand/svgR documentation built on Jan. 21, 2020, 2:59 p.m.