Accordion 折叠面板
基本用法
如果应用程序界面的空间有限或标签页的标题太长而无法显示在 TabSheet 中,则可以使用 Accordion
。
Accordion
组件包含 tab
元素,表示标签页。每个 tab
都是一个容器,具有类似于 vbox 的垂直组件布局。
如需在 Jmix Studio 中添加 |
<accordion id="accordion"
height="300px">
<tab id="tabStamford"
caption="Stamford"
margin="true"
spacing="true">
<label value="Some information about Stamford"/>
</tab>
<tab id="tabBoston"
caption="Boston"
margin="true"
spacing="true">
<label value="Some information about Boston"/>
</tab>
<tab id="tabLondon"
caption="London"
margin="true"
spacing="true">
<label value="Some information about London"/>
</tab>
</accordion>
XML 属性
align - box.expandRatio - caption - captionAsHtml - colspan - contextHelpText - contextHelpTextHtmlEnabled - css - description - descriptionAsHtml - enable - height - htmlSanitizerEnabled - icon - id - responsive - rowspan - stylename - tabCaptionsAsHtml - tabIndex - tabsVisible - visible - width
本页是否有帮助?
感谢您的反馈