0

inputDialogbox

asked 2014-09-02 19:59:23 +0800

azgard gravatar image azgard
37 3

updated 2014-09-08 07:32:38 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

Hi everyone, I am looking to get the specific text of an inputDialogbox using java in zk, but I dont know how. the scenary could be after use this:

int button = Messagebox.show("¿Desea ingresar Dsto?",
                "Pregunta", Messagebox.YES + Messagebox.NO,
                Messagebox.QUESTION);

if (button == Messagebox.YES) {
            //Create a inputDialogbox and get the text of a field an execute a speceficic code 

        }else{

// Execute an specific code
        }

Thank in advantage

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-09-07 10:54:44 +0800

Darksu gravatar image Darksu
1991 1 4

Hello azgard,

A good approach would be to load a pop-up window where you can send, and receive data respectively.

At the Following url you can find an example of a MVVM Modal window–Pass Parameter and Return values:

http://emrpms.blogspot.gr/2012/06/mvvm-modal-windowpass-parameter-and.html

Best Regards,

Darksu

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-09-02 19:59:23 +0800

Seen: 12 times

Last updated: Sep 08 '14

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