0

tree cell mouse over event

asked 2010-05-05 10:07:49 +0800

venni2010 gravatar image venni2010
45 1

Hi

Please let me know is there any mouse over event for tree cell? i need to do popup when mouse over on tree cell item?

appreciated if you give me some suggestions.

thanks
Venni

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2010-05-05 14:38:26 +0800

myzkdemo gravatar image myzkdemo
154 3

Hi Venni,

maybe this is a solution for you:

insert the tooltip attribut in your treecell and define a popup in your zul.

see the simple example:

<zk>
<tree id="tree" width="400px" rows="8">
	<treechildren>
		<treeitem>
			<treerow>
				<treecell  tooltip="msg" label="Item 1" />
			</treerow>
		</treeitem>
	</treechildren>
</tree>
<popup id="msg" width="300px">
		<vbox>
			blablablabla
		</vbox>
	</popup>
</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: 2010-05-05 10:07:49 +0800

Seen: 558 times

Last updated: May 05 '10

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