plone / plone.app.tiles

Plone UI integration for plone.tiles
http://pypi.python.org/pypi/plone.app.tiles
Other
6 stars 7 forks source link

Plone's Specific Implementation of Tiles

.. image:: https://secure.travis-ci.org/plone/plone.app.tiles.png?branch=master :alt: Travis CI badge :target: http://travis-ci.org/plone/plone.app.tiles

.. image:: https://coveralls.io/repos/plone/plone.app.tiles/badge.png?branch=master :alt: Coveralls badge :target: https://coveralls.io/r/plone/plone.app.tiles

plone.app.tiles is Plone's UI integration for plone.tiles <http://pypi.python.org/pypi/plone.tiles>_.

This package contains the following things:

The default add and edit forms should suffice for most use cases. You can use plone.autoform <http://pypi.python.org/pypi/plone.autoform>_ to configure alternative widgets.

If you need a custom form, you can register an add view as an adapter from (context, request, tileType), where tileType is an instance providing plone.tiles.interfaces.ITileType.

The actual integration of the various views is left up to other packages (such as the Mosaic editor).