Hi Meike, please have a look at qx.ui.embed.Html [1] this is a widget which can have plain HTML content. You can add a div node here to change the content dynamically or you can load your content from a web server or somethink like that.
Cheers, Chris [1] http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.Html Meike Reichle schrieb: > Hi all, > > we're already using qooxdoo for some fully js-based applications and are > now considering using some widgets inline in our normal HTML-based web > pages. > > Concerning this I currently face the following problem: I've added a > TabView to my HTML-based webpage and added a few pages to it. Now I want > to fill these pages with content. However I do not want to put the > pages' content into the js but want to load it from the html page, so I > don't have my content spread all over my files. So far the only way to > get external content that I found is including a full html page into an > iframe. But having one html file per tab is almost as inconvenient as > having the content in the js. > > Is there a way to include for instance the content of a div into a page? > > Best regards, > Meike > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Christian Schmidt Software Engineer Core Development :: Web Technologies 1&1 Internet AG Ernst-Frey-Str. 9 76135 Karlsruhe, Germany http://www.1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
