Appendix Q (^) ❘ 607
heightStyle Controls how the height of each
tab and each panel are applied. The
options are:
'auto': All tab panels will be set the
height of the tallest panel.
'fill': Expands the tab widget’s
height to fi ll the height of the parent
element.
'content': Each tab panel will be only
as tall as the content it contains.
Default value: 'content'
String
hide Whether and how to animate the
closing of a tab panel.
If a boolean value is provided, false
indicates no animation and the panel
closes immediately. If true is provided,
the panel fades out with the default
duration and default easing.
If a number is provided, it indicates
how long the fade animation should
take place with the default easing.
If a string is provided, it indicates
what animation or UI effect to use, for
example, 'slideUp' or 'fold'. This
animation will be applied with default
duration and default easing.
If an object is provided, you may
specify the following properties:
effect, delay, duration, and
easing.
Default value: null
Boolean,
Number,
String, Object
continues
http://www.it-ebooks.info
elliott
(Elliott)
#1