-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
Let's generate the API documentation for our Team Twitter application.
1. Generate a nice API documentation for the Team Twitter application by running the following command in the client application directory, C:\teamtwitter:
generate.py api
The api job in the generator analyzes the code tree and generates the qooxdoo API documentation. When you run this job in your application directory, it creates a directory named api, under the application directory, and generates the API documentation for all the application classes, and the qooxdoo classes as well. In our case, it will be C:\teamtwitter\api.
2. Check the generated API documentation for the application. Open the file C:\teamtwitter\api\index.html. It will open the API viewer application for the Team Twitter application. The entire API is searchable and cross-linked.
All the qooxdoo classes fall under the qx package, and our application classes fall under the teamtwitter...
Change the font size
Change margin width
Change background colour