Metadata-Version: 1.0
Name: InPlace
Version: 0.1a0.dev-r501
Summary: Wrapper for the InPlace javascript library
Home-page: UNKNOWN
Author: Claudio Martinez
Author-email: claudio.s.martinez@gmail.com
License: MIT
Description: Still a work in progress.
        This is a javascript library I've been developing to allow in place editions
        of arbitrary DOM objects. It doesn't do any AJAX by itself but allows
        the attachment of hooks that can do it.
        For the input fields it uses a javascript widget system that will allow
        complex ones to develop. Right now there are available the text field and
        single selector widgets.
        Uses Prototype right now, but I might do it "library" agnostic.
        Works with Opera and Firefox, fails with IE (I don't know when I'll fix it, it's
        far from being a priority on the project I'm currently working).
        Check the widget browser!
Keywords: turbogears.widgets
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: TurboGears
Classifier: Framework :: TurboGears :: Widgets
