Start of Content Area

Background documentation ToolBarLinkToURL Properties  Locate the document in its SAP Library structure

Properties in the View Designer

      collapsible

Collapses the element.

Note that the property collapsible is available only for the normal toolbar elements and not for right-justified toolbar elements.

This property can be personalized by an administrator.

      hotkey

Activation of access keys.

This property can be personalized by an administrator.

      reference

Address/URL of the Web page to be opened. You specify the URL relative to the application server using /, otherwise use the absolute notation: http://, https://, ftp://, mailto:// … and so on.

Note

Note that JavaScript is not allowed.

      target

Browser window in which the page is to be opened. You can specify the name of the target window yourself or use the following value that complies with the W3C-HTML standard:

       _blank

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

Note

A new window is always opened with _blank. When you specify a window and one with this name does not exist, a new window is opened. If this window already exists, the existing content is rejected and the new URL is loaded in. In this case the window is not placed in the foreground.

 

 

End of Content Area