FlexberryToggler Class
Component for expand / collapse content.
Item Index
Properties
collapsedCaption
String
Caption in the component header for collapsed state. If it is not specified, caption will be used.
Default: null
duration
Number
Duration in milliseconds of opening animation.
Set 0
for disabling animation.
Important: used only on initial render.
Default: 350
expandedCaption
String
Caption in the component header for expanded state. If it is not specified, caption will be used.
Default: null
hasBorder
Boolean
If true - a solid border appears for toggler container. If false - border doesn't appear.
Default: false
hasShadow
Boolean
If true - border with a subtle shadow appears for toggler container. If false - shadow doesn't appear.
Default: false