Show TOC

AccordionItem PropertiesLocate this document in the navigation structure

Use
  • dragData

    If you use Drag&Drop of AccordionItems in an accordion, the information for the onDrop event is delivered by Accordion.dragSourceInfo. This information still does not tell you which AccordionItem or MultipleAccordionItem has been dropped. However, if you set dragData for a dropped AccordionItem, this value appears as a data event parameter in the triggered onDrop event.

    Example

    You can find an example of this mechanism in WDR_TEST_ACCORDION: If you sort AccordionItems, you can see the details of the onDrop events on the left-hand side of the application example.

    The data event parameter is the value of the dragData property of the AccordionItem.

  • enabled

    Defines whether the object can be moved using Drag&Drop.

    This property can be personalized by administrators. In personalization, this property can be assigned the value: false

  • imageSource

    Name of the symbol to display in front of the title.

    More information: Handling Web Icons

    This property can be personalized by administrators.

  • readOnly

    Specifies whether the user can change the title of the AccordionItem or whether it only is to be displayed as read-only.

    This property can be personalized by administrators. In personalization, this property can be assigned the value: true

    Note

    Personalization overrides any changes users may make. For this reason only use this feature if the text is part of the business data.

  • showToggleIcon

    Specifies whether the triangle is displayed at the start.

    Note

    If you click on the title area of Accordions, it opens.

  • textDirection

    Text or writing direction.

    This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Arabic or Hebrew, as opposed to LTR for languages like English.

    This property can be personalized by administrators.

    Value

    Description

    Can be Set Using Personalization

    INHERIT

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

    Yes

    LTR

    Left to right text direction

    Yes

    RTL

    Right to left text direction

    Yes

  • title

    Label text of the title.

    This property can be personalized by administrators.

  • tooltip

    Quick info text that appears when the user moves the mouse pointer over the UI element. If Screen Reader is supported, extra text is added automatically to the tooltip in order to support accessibility.

    This property can be personalized by administrators.

  • visible

    Specifies whether AcccordionItem is displayed.

    Both users and administrators can personalize this property.

    Value

    Description

    Can be Set Using Personalization

    none

    The UI element is hidden.

    Yes

    visible

    The UI element is displayed

    No