-
New Feature
-
Resolution: Duplicate
-
Normal
-
None
-
5.0.9
In this example, the last two toolbarbuttons just do not show.
The scrollable is the desirable way to fix this. But just creating a 2nd row with the remaining toolbarbuttons would solve too.
<zk> <panel id="panel" title="ZK Desktop" height="350px" width="433px"> <toolbar id="tb" sclass="vista" height="20px" align="end"> <toolbarbutton image="/img/live.gif" label="Live 1234" onClick='alert("Live")' /> <toolbarbutton image="/img/defender.gif" label="Defender 1234" onClick='alert("Defender")' /> <toolbarbutton image="/img/battery.gif" label="Battery 1234" onClick='alert("Battery")' /> <toolbarbutton image="/img/network.gif" label="Network 1234" onClick='alert("Network")' /> <toolbarbutton image="/img/volumn.gif" label="Volumn 1234" onClick='alert("Volumn")' /> <toolbarbutton label="12:55 PM 1234" onClick='alert("time")' /> </toolbar> </panel> </zk>
- relates to
-
ZK-3179 Toolbar can have an overflow button that contains those buttons weren't able to fit in the toolbar
- Closed