0

Right mouse click event handling

asked 2006-03-30 15:34:09 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3659856

By: nobody

Is there currently any support to handle a right-click mouse event on a ZUL control?

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2006-05-09 00:55:16 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3719837

By: henrichen

"zscript code running at java", I mean zscript code running java code at server.

/henri


link publish delete flag offensive edit

answered 2006-05-09 00:51:01 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3719832

By: henrichen

Client Side Action(CSA) is used to invoke Client Side Javascript. zscript code running at java, so it will not work.

Please refer to ZK's demo site regarding Client Side Action and Developer's Guide.

/henri


link publish delete flag offensive edit

answered 2006-05-08 22:16:16 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3719686

By: gladiator

I am trying to use the mouseover action on a label:
<zk>
<zscript>
void changeCursor(){
System.err.println("changeCursor");
}
</zscript>

<label value="test" draggable="true" action="onmouseover:changeCursor();"/>
</zk>

changeCursor() is not invoked when I mouseover, what am I missing?
thanks


link publish delete flag offensive edit

answered 2006-03-30 15:53:13 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3659914

By: tomyeh

No, not yet.

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: 2006-03-30 15:34:09 +0800

Seen: 341 times

Last updated: May 09 '06

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