Skip to content

tdesvenain/collective.contact.facetednav

 
 

Repository files navigation

collective.contact.facetednav

Faceted navigation view for collective.contact.core directory.

Read eea.facetednavigation and collective.contact.core documentation for more information about those amazing products.

This faceted navigation has a pluggable and optional feature that allows user to apply actions to contacts and batch actions to select contacts. You have to "Enable actions" on directory actions.

By default, you have a "delete" action (with selection) and an "edit" action. If you have installed collective.excelexport, you also have an excel export button.

You can add new actions, adding viewlets to collective.contact.facetednav.batchactions viewlet manager (collective.contact.facetednav.batchactions.manager.IBatchActions interface) and to collective.contact.facetednav.actions manager (collective.contact.facetednav.batchactions.manager.IActions interface) You have to write the javascript code to handle it. See collective.contact.facetednav.browser.actions.base abstract classes.

Some api will help you to handle the list of selected contents uids and pathes. Use delete action as a model.

Installation

  • Add collective.contact.facetednav to your eggs.
  • Add collective.contact.facetednav to your zcml. #It is not auto included#.
  • Re-run buildout.
  • Install the product in your plone site.

If you don't want all default features, include only minimal.zcml file and the files you want in configure.zcml.

Tests

This add-on is tested using Travis CI. The current status of the add-on is :

https://secure.travis-ci.org/collective/collective.contact.facetednav.png

About

Faceted navigation view for collective.contact.core directory

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.8%
  • JavaScript 23.3%
  • CSS 4.5%
  • Shell 0.4%