0

can a menubar floating at the bottom like a taskbar??

asked 2011-06-09 22:26:18 +0800

gellaps gravatar image gellaps
157 1

I want to make a web base desktop OS,

since common OS, have a menu like start or called taskbar that exist at the bottom of screen,,

can i make it with menubar?

or did zk allowed to make web OS??
i mean, did zk have an ability to make it??

thanks for any answer..

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2011-06-10 09:36:47 +0800

myzkdemo gravatar image myzkdemo
154 3

Hi gellaps

you can use the toolbar componente. Together with the borderlayout you can create your OS.

Here are the zul:

<zk>
<borderlayout>
<center>
</center>
<south>
	 <toolbar id="tb" sclass="vista" height="30px" align="end">
            <toolbarbutton image="/widgets/menu/toolbar/img/java.png" onClick='alert("Java")' />
            <toolbarbutton image="/widgets/menu/toolbar/img/issue.png" onClick='alert("Issue")' />           
            <toolbarbutton image="/widgets/menu/toolbar/img/internet.png" onClick='alert("Internet")' />
            <toolbarbutton image="/widgets/menu/toolbar/img/volumn.png" onClick='alert("Volumn")' />
            <toolbarbutton label="12:55 PM" onClick='alert("time")' />
        </toolbar>
</south>
</borderlayout>
</zk>

regards,
Gunter

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-06-09 22:26:18 +0800

Seen: 275 times

Last updated: Jun 10 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More