0

Why anima does not work on jsp taglib?

asked 2009-08-28 18:44:29 +0800

tcst gravatar image tcst
6

Hi, I try to use anima for my jsp tablib, but it does not work. I also replace # with $ but nothing happens. Do I miss something? My code is as following

<zk:button >
<zk:attribute name="onClick" >
win.visible = false;
win.visible = true;
</zk:attribute>
</zk:button>


<zk:window id="win" border="normal" width="200px" position="center"
mode="overlapped"
action="onshow: zk.hide(#{self});anima.appear(#{self},200);anima.puff(#{self}, 300);"
visible="false">
<zk:div align="center">Success</zk:div>
</zk:window >




One more question, Clients.showBusy("Busy", true) also does not work in jsp taglib. I saw one guy ask about this in the small talks but he still has no answer.

Please help me with these. Thank you so much.

P/S: I am using ZK 3.6.2 and JspTab 1.3.1

delete flag offensive retag edit
Be the first one to reply this discussion!
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-08-28 18:44:29 +0800

Seen: 151 times

Last updated: Aug 28 '09

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