> This basically works fine. > But if I only want qooxdoo to be a component on my HTML page, > and other things such as, menu, header, footer still remind original HTML. > That is, I am trying to render qooxdoo only in a specific <div>.
I bump the question for you because I'm interested to know too. Obviously, this is possible. The exemples on the website are confined to a specific area and edes (bottom and right) are relative to it. I'd be interested in knowing how to do it. > The second question I would like to ask is, > from the spec of W3C or Javascript, > I cannot find the DOM object 'window' has an attribute named 'application'. > > But from the example, we always start qooxdoo by this: > window.application.main = function() > > Then, how come this statement works? By extending the core objects of javascript. You can extend them exactly like you can extend your own objects. Most ajax libraries do it. ------------------------------------------------------- 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&kid0709&bid&3057&dat1642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
