I need a little example for qx.bom.input or qx.html.Input. I'm writing a
standalone application using qx.Destop and I don't know how use them :(



qx.Class.define("db.Application",
{
  extend : qx.application.Standalone,
  members :
  {
    main : function()
    {
      // Call super class
      this.base(arguments);
        
   *// Code ??? I don't know*

    }
  }
});



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Example-for-qx-bom-input-or-qx-html-Input-tp7587502.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to