Dear qooxdoo developers, May I know your comment for this patch? Will it be added to namespace branch or not? Regards, Quake
On 6/30/06, Quake_Wang <[EMAIL PROTECTED]> wrote: > Hi All, > Enclosed is patch file for QxBuilder, it resolved the issue of > current namespace branch builder demo can not work, and changed the qxml > format as following: > > 1. root tag chagned > <qx:widgets xmlns:qx='qooxdoo'> changed to <qxml> > > 2. event listener and inline java script tag changed > <qx:eventListener> changed to <qx.EventListener> > <qx:Script> changed to <qx.Script> > > 3. widget tag changed, for example, > <qx:Button> changed to <qx.ui.form.Button/> > <qx:RadioButton> changed to <qx.ui.form.RadioButton/> > > 4. build api changed > new > qx.client.Builder().buildFromUrl(this.getClientWindow().getClientDocument(), > 'Builder_3.xml'); > changed to > new qx.client.Builder().buildFromUrl(this, 'Builder_3.xml'); > > These change can be applied to previous version via find/replace > simplely, please review the code and let me know your comment. > Regards, > Quake > > > 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
