1

How to set Tooltip Format in zk ?

asked 2014-04-21 09:56:29 +0800

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

updated 2014-04-21 14:18:47 +0800

Is there any way how can i set tooltip format in zk ?

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-22 08:09:48 +0800

IngoB gravatar image IngoB flag of Germany
256 6

You can create a popup, and format it like you wish:

    Popup popup = new Popup();
    popup.setHflex("true");
    popup.setPage(page);
    Vbox vbox = new Vbox();
    popup.appendChild(vbox);
    Label labelTitle = new Label("ibROXX");
    labelTitle.setStyle("font-weight:bold;font-size:large;");
    vbox.appendChild(labelTitle);
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-04-21 09:56:29 +0800

Seen: 24 times

Last updated: Apr 22 '14

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