Günther Bauer schrieb: > Hello, > thanx for the little tutorial about setting up a low-level application. > How can i adding widgets to use in the example index.html? > When i implement a "new qx.ui.control.DateChooser" command for testing, > the script crashed. If you generated the "qx-bom.js" as described in the wiki article, it will contain only a fraction of the qooxdoo classes. If you consider using widgets I suggest you use the build system. If you don't want to do that, you can add "qx.ui.control.DateChooser" and "qx.application.Inline" to the include list of your config.json and rebuild the static "qx-bom.js". Take a look at the inline demo <http://demo.qooxdoo.org/current/demobrowser/#root~Inline.html> of how to include widgets into an HTML page.
Best Fabian -- 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
