Hi Pierre,

just add another variable called "text" after the index argument inside your 
function callback.

Here is an example:

http://tinyurl.com/o6az89y


Greetz Christopher

Am 24.02.2014 um 23:34 schrieb Pierre Dupree 
<dupreepierr...@gmail.com<mailto:dupreepierr...@gmail.com>>:

Hey guys,

just a short question:

How exactly can I retrieve the entered value in a qooxdoo mobile input dialog? 
The code would be the following:

 qx.ui.mobile.dialog.Manager.getInstance().input(title, text, function(index) {
           if (index==1) {
     //Button 1 pressed
      } else {
     // Button 2 pressed
      }
   }, this, buttons);

The code opens a dialog with an edittext and 2 buttons..
I know how to determine which button has been pressed.. But how do i get the 
entered value?

Thanks for any response :)
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to