Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Widgets have the same attributes as most settings, display, class etc, see Technical documentation - Presentation settings in version 5. Widget specific options are:

Options

Usage

Values

text

A key text which will be displayed in the widget. It may contain parameters which are inserted at {0}, {1}, etc.

Key text or text.

text-param-0, text-param-1, text-param2, …

A parameter will fetch its data from the system by accessing data.

See below for how to access data

url

An url. The url may contain parameters within {0}, {1}, etc.

URL

url-mode

How URL is displayed, as a clickable link, or as content. Default is just as a link

iframe

url-param-0, url-param-1, url-param-2, …

A parameter will fetch its data from the system by accessing data.

See below for how to access data

url-target

Use url-target="blank" to open url in a new tab.

blank

Data

Data objects can be accessed

Data object

Content/comment

Name

Current presentation’s name in selected UI language

Identity

Current presentation’s identity

User.FirstName / LastName

User's first or last name

User.Addresses[0].Name / Address / City / Zip / Country

User’s first address ([0]) per field.

Examples

Some Widget examples with corresponding configuration.

...

Page Properties
hiddentrue

Related issues