-
plone.formwidget.autocomplete-1.4.0-1.lbn25.noarch
plone.formwidget.autocomplete 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 (AutocompleteFieldWidget) for Choice fields, and a
multi-select one (AutocompleteMultiFieldWidget) 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.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.contenttree-1.2.0-1.lbn25.noarch
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. The easiest
way to do this is generate one with one of:
* plone.formwidget.contenttree.PathSourceBinder(navigation_tree_query=None, **kw)
* plone.formwidget.contenttree.ObjPathSourceBinder(navigation_tree_query=None, **kw)
* plone.formwidget.contenttree.UUIDSourceBinder(navigation_tree_query=None, **kw)
Where ``navigation_tree_query`` is some restrictions that should be applied to
any Catalog query. The rest of the arguments are used to form a filter (see source.py).
``PathSourceBinder`` and ``ObjPathSourceBinder`` store the selected object's
path in the field value. This means that the link will be broken if the object
is moved. ``UUIDSourceBinder`` stores UUID references, so will handle pages
being moved.
If you do not want to filter the content tree whatsoever, there are some
pre-baked instances too:
* plone.formwidget.contenttree.path_src_binder
* plone.formwidget.contenttree.obj_path_src_binder
* plone.formwidget.contenttree.uuid_src_binder
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.datetime-1.3.5-1.lbn25.noarch
The package plone.formwidget.datetime provides date and time widgets for plone to be used with z3c.form and Archetypes. The calendar widget is based on JQueryTools Dateinput, provided by plone.app.jquerytools.
The package is a merge of collective.z3cform.datetimewidget and archetypes.datetimewidget (which itself was derived from collective.z3cform.datetimewidget).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.geolocation-1.4-1.lbn25.noarch
Geolocation field and widget for use with collective.geolocationbehavior
This package provides a field and a basic widget allowing text entry of latitude and longitude, which may be extended by other packages to integrate Google Maps or other mapping tools.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.multifile-1.1-1.lbn25.noarch
plone.formwidget.multifile is a z3c.form-widget which lets users
upload multiple files, either at once, or in batches using repeated form
submissions.
Browsers that do not implement the file input "multiple" attribute are
supported via javascript adding of multiple file inputs. This also works
with browsers that do support "multiple", and allows users to add and
remove files in bundles. Upload does not occur until the form is saved.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.namedfile-1.0.15-2.lbn25.noarch
This package provides z3c.form widgets for file and image upload/download, with the option of keeping the existing file or replacing it with a new one.
The widgets will act as the default for any NamedFile, NamedBlobFile, NamedImage or NamedBlobImage field from the plone.namedfile package.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.querystring-1.1.10-2.lbn25.noarch
This widget is used by the contentlisting tile and the dexterity-based version of
plone.app.collection (>2.0), to make selections, and ‘build’ your query. It stores
a list of dictionaries containing the query you’ve build. This query is being parsed
by using plone.app.collection and that used plone.app.contentlisting to display the
results in the tile.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.formwidget.recurrence-1.2.6-3.lbn25.noarch
The plone.formwidget.recurrence package provides an Archetype and a z3cform widget for recurrence.
The main GUI work is done with the jquery.recurrenceinput.js widget from http://github.com/collective/jquery.recurrenceinput.js .
This widget also provides a simple textarea where a RFC 5545 compliant recurrence rule can be entered, if javascript is not available.
The resulting value of the widget is a RFC5445 compliant recurrence rule string, ready to be used with python-dateutil's rrulestr.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.protect-3.1.3-1.lbn25.noarch
This package contains utilities that can help to protect parts of Plone
or applications build on top of the Plone framework.
protect decorator
=================
The most common way to use plone.protect is through the 'protect'
decorator. This decorator takes a list of *checkers* as parameters: each
checker will check a specific security aspect of the request
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plone.recipe.alltests-1.5.2-1.lbn25.noarch
Buildout recipe for running tests isolated at package boundaries
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25