Desktop
-
Showcase
Highlights some of qooxdoo's main features and provides a good overview of what can be achieved.
Open Showcase -
Tutorial
Interactive tutorial app to learn the basics of qooxdoo.
Open Tutorial -
Widget Browser
Shows the widgets and themes available in qooxdoo.
Open Widget Browser -
Demo Browser
Contains many examples and tests for widgets, layouts and other framework functionality.
Open Demo Browser -
Playground
Explore qooxdoo programming interactively: edit qooxdoo code in one pane, and see the result running in another.
Open Playground -
Feed Reader
A hybrid application for displaying RSS feeds, available as a RIA, a website-like application, or a mobile application (see respective sections for the latter two). They all share a common code base.
Open Feed Reader (RIA)
Website
-
Feed Reader
A light-weight, website-oriented version of the Feedreader application.
Open Feed Reader (website) -
ToDo
A DOM-oriented application using offline and templating functionality.
Open ToDo -
Website API Viewer
API reference for the Website component in on document.
Open API Viewer -
Website Tests
All unit tests for the Website component.
Open Test Runner -
Website Lib
The base Website library. (experimental)
q-2.1.1.js | q-2.1.1.min.js (compressed) -
Storage Lib
A cross-browser WebStorage API. There is a plain qooxdoo version and one wrapped as a RequireJS module. (experimental)
storage-2.1.1.js | storage-2.1.1.require.js (for RequireJS)
Mobile
Smartphones: Android 1.6+, iOS; Desktop: Safari 5, Chrome 10+
-
Mobile Showcase
An experimental showcase for mobile widgets.
Build -
Feed Reader
The mobile version of the Feedreader application.
Open Feed Reader (mobile) -
Test Runner
Run the mobile unit tests of the framework in a mobile Test Runner.
Open Test Runner (mobile)
Server
-
qooxdoo OO Layer
Not a demo, but a compact JS package that encapsulates qooxdoo's OO layer, to be downloaded to add qooxdoo classes and properties to e.g. sparse JS environments like Webworkers, Rhino or node.js. (experimental)
qx-oo-2.1.1.min.js | qx-oo-2.1.1.js (not optimized)
Tools
-
API Viewer
Searchable API reference of the entire qooxdoo framework.
Open API Viewer -
Test Runner
Integrated unit testing framework similar to (but not requiring) JSUnit.
Open Test Runner
Portable Test Runner -
Feature Configuration Editor
A tool that aids developers in creating configurations for feature-based builds.
Open Feature Configuration Editor -
Inspector
A debugging tool to inspect a qooxdoo application, featuring an interactive console, an object and widget finder, and a property editor.
Open Inspector