Alex D. schrieb: > Thx, > I just thought there is another way to do this.
Currently not. I'm sorry. The appearance controls the same properties the user use. That's the current problem. We need an enhanced property system to handle this. Hopefully with 0.7. :) Cheers, Sebastian > Regards, >> Change the apparance. >> Here I explain how: >> http://qooxdoo.org/documentation/developer_manual/appearances >> >> >> alex.d wrote: >> >>> Hi community, >>> >>> i would like to change backgroundColor of a textfield on >>> focusin/focusout. So i use following code: >>> textfield.addEventListener("focuout", function(e){ >>> this.setStyleProperty('backgroundColor', '#FFFFFF'); >>> }, textfield); >>> >>> The problem is that when i disable my textfield it doesn't change the >>> background to gray as usual. >>> What can i do to solve this problem? >>> >>> Best Regards, >>> alex.d >>> >>> ------------------------------------------------------------------------- >>> Using Tomcat but need to do more? Need to support web services, security? >>> Get stuff done quickly with pre-integrated technology to make your job >>> easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >>> >>> >> >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
