TGFirebugLite 1.0b
A TurboGears widgets wrapper for the Firebug Lite JavaScript Library.
Installation:
[sudo] easy_install TGFirebugLite
or:
- Download the Egg manually from here or the Cheeseshop.
- Install with easy_install <egg-file>.
Usage:
To use this widget, just add it to the tg.include_widgets configuration setting, for example in your dev.cfg:
tg.include_widgets = ['firebug.widgets.firebug_js', ...]
If you don't care to simulate the Firebug console, but you want to prevent calls to console.log() in your JavaScript code from causing errors, then just change the widget name to firebug.widgets.firebugx_js.
To try it out, just hit F12 after your page has loaded and the Firebug console frame will open at the bottom of your page. You can enter JavaScript commands at the command line right at the bottom and see their outcome in the console logging area above.
Please see http://www.getfirebug.com/lite.html for more information.
| File | Type | Py Version | Size | # downloads |
|---|---|---|---|---|
| TGFirebugLite-1.0b-py2.4.egg (md5) | Python Egg | 2.4 | 14KB | 348 |
- Author: Christopher Arndt <chris at chrisarndt de>
- Home Page: http://chrisarndt.de/projects/tgfirebuglite/
- Download URL: http://chrisarndt.de/projects/tgfirebuglite//download/TGFirebugLite-1.0b-py2.4.egg
- Keywords: turbogears.widgets
- License: MPL/GPL/LGPL
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: TurboGears
- Framework :: TurboGears :: Widgets
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
- Operating System :: OS Independent
- Programming Language :: JavaScript
- Programming Language :: Python
- Topic :: Software Development :: Debuggers
- Topic :: Software Development :: Testing
- Package Index Owner: strogon14
- DOAP record: TGFirebugLite-1.0b.xml
