Found a solution. I did an override on the Function _onTextFieldChangeValue:

_onTextFieldChangeValue : function(e)
          {
            var value = e.getData();

            // Fire event
            this.fireDataEvent("changeValue", value, e.getOldData());
          }



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Custom-ComboBox-tp7587950p7587973.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to