-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hello. In the zul.file I use a tabbox of two tabpanels. If there are no spaces in the text <tab/>, then its <tabpanel/> is displayed correctly - it is placed in the window. If there is a text with a space in the <tab/>, then its <tabpanel/> is not displayed in the window. Is this a ZK bug?
The option works:
<tabbox orient="left" width="100%">
<tabs hflex="min" >
<tab label="1"/>
<tab label="2222222222222222222"/>
</tabs>
<tabpanels style="border:2px solid red">
<tabpanel>
tabpanel1
</tabpanel>
<tabpanel>
tabpanel1
</tabpanel>
</tabpanels>
</tabbox>
</zk>
The option does not work:
<tabbox orient="left" width="100%">
<tabs hflex="min" >
<tab label="1"/>
<tab label="22222222 22222222222"/>
</tabs>
<tabpanels style="border:2px solid red">
<tabpanel>
tabpanel1
</tabpanel>
<tabpanel>
tabpanel1
</tabpanel>
</tabpanels>
</tabbox>
</zk>
Asked: 2022-06-30 17:04:46 +0800
Seen: 3 times
Last updated: Jun 30 '22
bug with intboxes on mobile devices
zk keikai-how to add custom button/label to formulabar?
zk-keikai- update multiple cells parallel at same time asynchronously
zk-keikai-How to auto fit column width based on text
zk-keikai-ClipboardPateEvent-called twice
Reference a spring bean from VariableResolver