0

Window pop up

asked 2014-02-14 11:03:21 +0800

Rahulr7al gravatar image Rahulr7al
1 1

updated 2014-02-14 11:04:30 +0800

I have problem using window.doModal(); i tried using it dosent show me window that has to be poped.

i tried it this is where i am handling button click

public void onClick$b1(Event event) {
     Window audioWin = (Window) Executions.createComponents(
            "/videoPage.zul", null, null);
    audioWin.doModal();
}

zul page is

<p:zk >="" <p:window="" id="audioWin" title="SURVEILLANCE CAMERA 1" border="normal">

                    <p:button id="b1" label="Save" />

</p:zk>

Thanks in advance.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-02-14 11:36:59 +0800

MVarun gravatar image MVarun flag of India
268 1 6

Hi Rahul,

Give mode="modal" in window tag of your Zul and check.

Here is some Reference..

Greetings..

M Varun.

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-02-14 11:03:21 +0800

Seen: 11 times

Last updated: Feb 14 '14

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