Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-560

Toolbar has the scrollable feature the same way as in the menu

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 5.0.9
    • Components

      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>
      

            Unassigned Unassigned
            madruga0315 madruga0315
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: