Hi Paragasu,

Just extend Textfield and override _createChildcontrolImpl. 
Put a new control to the switch case statement like in AbstractField or 
Textfield. At the constructor just call that new control like 
this.getChildControl("icon");

I can advise you to take a look how qx.ui.basic.Atom was implemented to 
understand childcontrol mechanism at Qooxdoo. 

Regards Sak

Von meinem iPhone gesendet

Am 21.06.2012 um 05:22 schrieb "paragasu" <parag...@gmail.com>:

> I am looking for a way to put an icon the right side of the 
> qx.ui.form.textField()
> just like the qx.ui.form.DateField()
> 
> Been looking for the textField doc but have no clue yet.
> Anyone know how to do it?
> 
> Regards,
> paragasu
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to