0

Messagebox.show

asked 2012-12-28 07:26:40 +0800

leoyc gravatar image leoyc
163 3

  
  if  (Messagebox.show("Delete Sure?","InforMation",Messagebox.YES|Messagebox.No,Messagebox.QUESTION)==Messagebox.YES)
  {
    alert("Yes");
  }
else
{
    alert("No");
}

when I  click "YES" Or "NO" button  only  return "Yes". why?

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-12-28 10:17:58 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

into zk.xml put the follow:
<!-- Uncomment it if you prefer to turn on the event processing thread.
Default: disabled (since ZK 5.0)-->
<system-config>
<disable-event-thread>false</disable-event-thread>
</system-config>

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: 2012-12-28 07:26:40 +0800

Seen: 57 times

Last updated: Dec 28 '12

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