Show TOC

 ToolBarLinkToURLLocate this document in the navigation structure

Definition

ToolBarLinkToURL is a LinkToURL especially for a ToolBar. You have the option to collapse the element.

Description of UI Element Properties
  • activateAccessKey

    Indicates whether access key for this control is activated. More information: Enabling Access Keys

  • collapsible

    Specifies whether the ToolBar element can be collapsed. A little icon is displayed in a ToolBar which contains those elements. When the user selects this icon, all toolbar elements with the collapsible property set to true are hidden.

  • design

    specifies the design of the ToolBarLinkToURL. The design property can take the following values and is represented by enumeration type WDLinkDesign.

    • emphasized. Highlights the text.
    • standard. Displays the text using the standard font size.
  • hotkey

    Specifies the key combination that triggers the onAction event. The value is defined as enumeration type WDHotKey .

  • imageFirst

    Defines the position of the icon in relation to the corresponding text. If the value of this property is true, the icon is displayed to the left of the text.

  • imageHeight

    Specifies the height of the graphic next to the link. You can specify the height in CSS units like em, ex, pixels, or percentage.

  • imageSource

    defines the path to the icon source.

    More Information: Specifying the Image Source

  • imageWidth

    Specifies the width of the graphic next to the link. You can specify the width in CSS units like em, ex, pixel, or percentage.

  • reference

    Describes the address of the Web page to be opened.

  • size

    This property is deprecated.

  • target

    Specifies the browser window in which the page is to be opened. You can specify the name of the target window yourself or use the following values, which comply with the W3C-HTML standard:

    • ""

      The page is opened in a new window without a name. This is the default value.

    • _self is no longer supported. Use exit plugs instead and specify the URL there.
  • text

    Describes the label text.

  • textDirection

    Specifies the text direction and allows you to use subordinated UI elements for texts in languages which require a specific text direction. The textDirection property can take the following values and is represented by enumeration type WDTextDirection.

    inherit

    The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element.

    ltr

    The text runs from left to right.

    rtl

    The text runs from right to left.

The default value for this property is inherit.

  • wrapping

    Indicates whether or not the link text is wrapped. If the initial value is false, the link text is not wrapped.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

activateAccessKey

IWDLink

boolean

false

not bindable

collapsible

IWDToolBarLinkToURL

boolean

false

bindable

design

IWDLink

WDLinkDesign

standard

bindable

enabled

IWDUIElement

boolean

true

bindable

hotkey

IWDToolBarLinkToURL

WDHotkey

none

not bindable

imageFirst

IWDAbstractCaption

boolean

true

bindable

imageHeight

IWDLink

String

 

bindable

imageSource

IWDAbstractCaption

String

 

bindable

imageWidth

IWDLink

String

 

bindable

reference

IWDToolBarLinkToURL

String

 

bindable

size

IWDLink

WDLinkSize

standard

bindable

target

IWDToolBarLinkToURL

String

""

bindable

text

IWDLink

String

 

bindable

textDirection

IWDAbstractCaption

WDTextDirection

inherit

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

wrapping

IWDLink

boolean

false

bindable