-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
Inline widgets are a kind of small qooxdoo application, which can be integrated in any of the existing HTML pages. Till now, we created standalone qooxdoo applications, whereas here we will try to use the qooxdoo inline applications inside the HTML-dominated pages.
When a portal has many classic HTML pages, migration of a whole portal into a standalone RIA application takes maximum time and development effort. So, in this kind of environment, inline applications are very useful.
An inline application can be created with the Python create-application.py tool with the t attribute as inline. This tool is available inside the tool folder.
C:\qooxdoo-1.2-sdk\tool\bin> create-application.py n <name> -t inline
Let's create a sample inline application, say dateChooser, using the following command:
C:\qooxdoo-1.2-sdk\tool\bin> create-application.py n dateChooser -t inline
This command creates a sample application skeleton using an Application class, as shown in the following...
Change the font size
Change margin width
Change background colour