0

How to increase the menu width and height?

asked 2009-07-27 06:43:24 +0800

baskaraninfo gravatar image baskaraninfo
536 2 2 9

I have to display bigger images as menu in the menubar.

I have increase the menubar height and its working. I have also increase the width and height of the menu, but its not working. That is, only a small part of the image is visible, irrespective of the width and height set by me.

How can I able to display bigger images in the menubar as menu? Is it possible or else is there any work-around?

Thanks

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2009-08-04 12:52:26 +0800

dermaik81 gravatar image dermaik81
60 1

Hey guys,
I have got the same problem. I want to build a menu bar like the menubar in the zk-demo-explorer with 64x64 images.
Thanks for any hint,
Regards, Maik

link publish delete flag offensive edit

answered 2009-08-04 15:39:04 +0800

maxmoore gravatar image maxmoore
72

How would you make a properly view-controller as MVC real pattern requires??? Could you post a solution for this please?
Regards,
IS

link publish delete flag offensive edit

answered 2009-08-05 05:54:07 +0800

baskaraninfo gravatar image baskaraninfo
536 2 2 9

updated 2009-08-05 05:54:40 +0800

Thank you, maxmoore.

I have used toolbar as an alternative solution as follows:

<toolbar>
<toolbarbutton image="${each.menuImagePath}"
popup='${each.menuName}' forEach="${menunames}" />
</toolbar>
<menupopup id="Sales">
<menuitem id="${each.menuItemPath}" src=""
label="${each.menuItemName}" onClick="container.src=self.id"
forEach="${sales}" />
</menupopup>
<menupopup id="Receiving">
<menuitem id="${each.menuItemPath}" src=""
label="${each.menuItemName}" onClick="container.src=self.id"
forEach="${receiving}" />
</menupopup>

link publish delete flag offensive edit

answered 2009-08-05 07:00:19 +0800

dermaik81 gravatar image dermaik81
60 1

Hi maxmoore & baskaraninfo,
I will try both solutions. Thanks for your posts and greetz,
Maik

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: 2009-07-27 06:43:24 +0800

Seen: 235 times

Last updated: Aug 05 '09

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