JavaScript¶
Authors: | Toshio Kuratomi |
---|---|
Date: | 26 February 2009 |
For Version: | 0.3.x |
python-fedora currently provides some JavaScript files to make coding Fedora Services easier. In the future we may move these to their own package.
fedora.dojo
¶
Module author: Toshio Kuratomi <tkuratom@redhat.com>
New in version 0.3.10.
Dojo is one of several JavaScript Toolkits. It aims to be a standard
library for JavaScript. The fedora.dojo
module has JavaScript code
that make use of Dojo to do their work. It is most appropriate to use
when the Dojo libraries are being used as the JavaScript library for
the app. However, it is well namespaced and nothing should prevent it from
being used in other apps as well.