Metadata-Version: 1.0
Name: TGFKLookup
Version: 0.1a0.dev-r652
Summary: A collection of widgets to do Foreign Key related lookups
Home-page: UNKNOWN
Author: Claudio Martinez
Author-email: claudio.s.martinez@gmail.com
License: MIT
Description: Still a work in progress.
        
        AutoCompletingFKLookupField, it's a prototype based
        rewrite of the autocompleting TG widget. It allows lookup by ID and text search
        and shows both fields. Check the widget browser for a demo.
        
        UpdatableSingleSelectField receives a function on the opt_feeder param
        and will setup a controller automagically to update it when the .update()
        javascript method from the manager is called. I'm currently using it to make options
        lists based on other fields.
        Also takes a predicate if you want to protect the Ajax calls. Demo coming soon.
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
