Revision history [back]

click to hide/show revision 1
initial version

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

azgard gravatar image azgard

inputDialogbox

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

inputDialogbox

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);

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

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