@qooxdoo/framework
Version:
The JS Framework for Coders
19 lines (18 loc) • 570 B
JavaScript
/**
* The qooxdoo mobile GUI toolkit includes a large set of widgets and layouts to
* create your mobile application's user interface.
*
* Create your own qooxdoo mobile application by creating a skeleton with the
* create-application.py script from the shell.
*
* <pre>
* cd path/to/qooxdoo_checkout_folder
* ./tool/bin/create-application.py --type=mobile --name=Your Application Name --out=Target Directory
* </pre>
*
* Most important classes for new users are:
*
* * {@link qx.ui.mobile.page.Page}
* * {@link qx.ui.mobile.core.Widget}
*
*/