3

Hbox issue in ZK7 ?

asked 2014-03-13 05:23:56 +0800

sitansu gravatar image sitansu
2254 13
http://java91.blogspot.in...

Actually we are upgrade zk 7.0.1 .Now hbox pick image is not align properly in zk 7.0.1.

Here's zul:

        <hbox spacing="0">
                                <textbox
                                    value="@bind(demo.desc)"  />
                                <image
                                    src="/resource/image/greenbar-bar.gif" style="cursor:pointer"
                                    onClick="@command('showPickModalWindow')" />
                            </hbox>

Here's UI:

image description

Can anyone help me:

How can resolve this issue ?

Thanks

delete flag offensive retag edit

Comments

did you try putting some spacing?

chillworld ( 2014-03-13 05:43:27 +0800 )edit

<image src="/resource/image/greenbar-bar.gif" style="cursor:pointer;margin-right:5px" onClick="@command('showPickModalWindow')" />

IngoB ( 2014-03-17 15:02:42 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-03-17 15:03:24 +0800

IngoB gravatar image IngoB flag of Germany
256 6

You could also try:

style="cursor:pointer;margin-right:5px"
link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2014-03-13 05:23:56 +0800

Seen: 22 times

Last updated: Mar 17 '14

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