Aktionen
GX-Feature #70578
geschlossenEin Akkordeon-Widget erstellen/ Create an Accordion Widget
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
StyleEdit 4
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
200.00 h
Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:
Das Accordion-Widget wurde in StyleEdit4 integriert.
Beschreibung
After the RepeaterOption
is ready, we need to create an AccordionWidget.
Requirements:
- It must open in a modal, after dragging the widget inside SE4.
- A new object called fields, which contains all the options that will be used in the widget: TextboxOption and TexteditorOption. See example below
- The options should be defined as an option (JSON)
- attributes:
- min: int
- max: int
- addMoreLabel: string
- defaultActiveIndex: int
The attributes
field must have:
- min: int: minimum number of rows
- max: int: maximum number of rows
- addMoreLabel: string: label of the add more button
- defaultActiveIndex: int: number of the default active tab
Aktionen