Show TOC

TagCloud Properties Locate this document in the navigation structure

 

  • dataSource

    Context node with individual elements of TagCloud.

  • tagEnabled

    Specifies whether an event for an individual entry in TagCloud can be triggered by a user interaction. If it can, the entry can be selected. Otherwise, it is grayed out and cannot be selected.

    Note Note

    Be aware that this specification can be overridden by TagCloud.enabled=false. In this case all entries in TagCloud are disabled.

    On the other hand, if TagCloud.enabled=true and individual entries are set to TagCloud.tagEnabled=false, only those entries are enabled that are not TagCloud.tagEnabled=false. All other entries are grayed out.

    End of the note.
  • tagHitcount

    Weighting or frequency of an individual entry in TagCloud. Specified always in a standard size in round parentheses next to the description, provided the tagHitcount is larger than 0. Values are not shown if they are smaller or equal to 0.

  • tagSize

    Size of an individual entry in TagCloud, proportional to em and corresponding to the set font.

    Note Note

    The size specified only applies to the label text (tagText). tagHitcount is always specified in the same size.

    End of the note.
  • tagText

    Label text for an individual entry in TagCloud.

  • tagTooltip

    Tooltip for an individual entry in TagCloud.

    Note Note

    A TagCloud.tagTooltip always overrides a TagCloud.tooltip, if one is set. Only if TagCloud.tagTooltip is not set, is TagCloud.tooltip used.

    End of the note.