Wiki source code of Translations
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | rendering.macro.expandable.description=Similar to an HTML “<details>” element, this macro enables more extensive information to be displayed first in short form and the exact details to be displayed only when the mouse is clicked. If several of these Expandable elements are arranged directly on top of each other, they form an accordion component. | ||
3 | rendering.macro.expandable.parameter.summary.name=Summary | ||
4 | rendering.macro.expandable.parameter.expandByDefault.name=Expand by default | ||
5 | rendering.macro.expandable.parameter.forceExclusiveAccordion.name=Force exclusive accordion | ||
6 | rendering.macro.expandable.parameter.forceExclusiveAccordion.description="Exclusive accordion" means, that whenever an Expandable element of the accordion will be opened then all other Expandable elements of the same accordion will be closed. It's fine to set this flag only on the first Expandable element of an accordion. | ||
7 | rendering.macro.expandable.parameter.cssClass.name=CSS class | ||
8 |