Metadata-Version: 1.0
Name: plone.formwidget.contenttree
Version: 1.0b1
Summary: AJAX selection widget for Plone
Home-page: http://plone.org
Author: Martin Aspeli
Author-email: optilude@gmail.com
License: GPL
Description: Introduction
        ============
        
        plone.formwidget.contenttree is a z3c.form widget for use with Plone. It
        uses the jQuery Autocomplete widget, and has graceful fallback for non-
        Javascript browsers.
        
        There is a single-select version (AutocompleteSelectionFieldWidget) for
        Choice fields, and a multi-select one (AutocompleteMultiSelectionFieldWidget)
        for collection fields (e.g. List, Tuple) with a value_type of Choice.
        
        When using this widget, the vocabulary/source has to provide the IQuerySource
        interface from z3c.formwidget.query and have a search() method.
        
        
        Changelog
        =========
        
        1.0b1 - 2010-04-19
        ------------------
        
        * Adjusted styles so the widget looks reasonable with Plone 4's sunburst theme.
        [davisagli]
        
        * Fix icons in CMF 2.2.  This closes
        http://code.google.com/p/dexterity/issues/detail?id=111
        [davisagli]
        
        * Make the widget work properly on Zope 2.12
        [optilude]
        
        * Add a template for HIDDEN_MODE.
        [csenger]
        
        * Convert all strings in a new navtree node into unicode using the site
        encoding to render non-ascii characters in the widget.
        [csenger]
        
        * Added message IDs for translations and added locales directory with
        german translations.
        [jbaumann]
        
        1.0a5 - 2009-08-02
        ------------------
        
        * Don't filter children of non-queriable parent types (e.g. Large Plone
        Folders).
        [optilude]
        
        1.0a3 - 2009-07-12
        ------------------
        
        * Apply patch from Gerhard Weis to make the lightbox play nicer with CSS
        z-indexes.
        [optilude]
        
        1.0a3 - 2009-06-29
        ------------------
        
        * Fix security validator to work properly on add views and other views using
        namespace traversal (++add++...)
        [optilude]
        
        1.0a2 - 2009-06-28
        ------------------
        
        * Fix display widgets.
        [optilude]
        
        * Import SitemapNavtreeStrategy conditionally so it doesn't break on Plone
        trunk. [davisagli]
        
        1.0a1 - 2009-04-17
        ------------------
        
        * Initial release
        
Keywords: Plone selection widget AJAX
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
