DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Items (->ITEMS)

Property

smaller

Data type

cObj

Description

Configuration of the link to a smaller font size.

Default

Property

default

Data type

cObj

Description

Configuration of the link to the default font size (optional, only used if showDefault is set)

Default

Property

bigger

Data type

cObj

Description

Configuration of the link to a larger font size.

Default

((generated))

Example

The default configuration for the items as provided by the extension:

items {
        smaller = TEXT
        smaller {
                value = A-
                noTrimWrap = |<span class="tx_fontsizer_smaller">|</span> |
        }
        default = TEXT
        default {
                value = a
                wrap = <span class="tx_fontsizer_default">|</span>
        }
        bigger = TEXT
        bigger {
                value = A+
                noTrimWrap = | <span class="tx_fontsizer_bigger">|</span>|
        }
}

Each item can be any content object you like. If you want images as links use an IMAGE object instead of TEXT, or be creative with something like a Gifbuilder image!