Hi Massimo, the childControl mechanism of qooxdoo needs explicit appearances. So you have to set the appearance property of your custom widget. Then you have to bound the appearance of your child control manually to the existing one. E.g.
Your custom widget appearance is "mywidget" and your date child control will have the child identifier "date" so you have to do like this in your Appearance class "mywidget/date" : "datefield" Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe -----Ursprüngliche Nachricht----- Von: mappopo [mailto:[email protected]] Gesendet: Freitag, 19. Juli 2013 13:22 An: [email protected] Betreff: [qooxdoo-devel] DateField in custom widget Hi, I am trying do create a custom widget with an embedded DateField. If I add the DateField in the constructor with the _add method it look ok, but if I use _createChildControl and _createChildControlImpl the icon calendar on the right side is not shown. The problem also appear in playground at http://tinyurl.com/qe4qama Do I miss something? What is wrong in my code? Thanks in advance. Massimo -- View this message in context: http://qooxdoo.678.n2.nabble.com/DateField-in-custom-widget-tp7584150.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
