Jim Hunter schrieb: > I remember reading, a couple of months ago, that there were new > controls in .8 that were basically DOM only controls so that they > would be created and written to the DOM without using up memory. I think you are talking about the table and TreeVirtual. Both widgets don't create any qooxdoo widgets for the contents. They just create the required HTML markup and add it to the table pane using innerHTML.
> I just spent the last hour trying to find information on the controls > but I seem to be coming up short. Can someone lend some advice as to > what is the best way to go about creating DOM controls that are > basically only needed to display information, no event handling etc. I > am working with user generated pages and on one page, that contains > hundreds of controls, it takes over 30 seconds to render on IE7. The > same page on FireFox renders in just a couple of seconds. I know that > IE sucks on JavaScript, but I don't have a choice, I have to support > it. So I need to make rendering this page as fast as possible and I > won't need access to the controls once they are rendered to the > browser. Any ideas? Is it possible to combine those controls into one single widget? If this is the case you could use an HtmlEmbed widget and render the contents of your controls using plain html. Best Fabian > > Thanks, > Jim > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
