Download Offline Manual - Docs

Transcript
qooxdoo Documentation, Release 4.1.1
9.1.7 Widgetbrowser
The Widgetbrowser application shows the widgets and themes available in
qooxdoo. Apart from giving an overview of the widgets and themes available, the application is especially useful for
theme authors.
Features the widgets and themes available in qooxdoo.
Online demo
9.2 Developer Tools
9.2.1 API Viewer
The API Viewer displays class API reference for
one or more libraries. The tree view pane offers the typical class hierarchy, organized by name spaces. Each package
(intermediate name space) has an overview description and links to the sub-packages or classes it contains. Descriptions usually contain cross links to relevant packages or classes. The entire reference is searchable through the search
tab.
The actual API descriptions are generated from JSDoc-style comments in the class code, and can be generated for
custom applications as well, so you can browse the API of your own classes.
Advanced Search
Search results can be filtered by type (Methods, Properties, etc.) and restricted to given namespaces. Regular Expressions are supported for both the item name and the namespace. Note that if a search term contains one or more
9.2. Developer Tools
369