This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.contenttree/plone/formwidget/contenttree
hvelarde 7f6e993c75 import getSite from zope.component to avoid dependency on zope.app.component 2012-09-19 18:44:40 -03:00
..
jquery-contenttree Trigger change handler to work with auto-insert in datagrid 2012-08-25 12:26:49 -07:00
locales Added french translation. 2012-09-06 15:10:38 +02:00
profiles/default Nuke trailing white space. 2011-04-12 15:26:54 +00:00
README.txt Initial checkin 2008-08-31 23:57:55 +00:00
TODO.txt Fixed multi select 2009-03-10 18:32:20 +00:00
__init__.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
configure.zcml Use a ajax fetch for initial call, hardcoded for now 2012-08-25 12:26:49 -07:00
demo.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
demo.zcml Made compatible with Plone 4.1 by loading the permissions.zcml from 2011-04-19 15:03:07 +00:00
display_multiple.pt Fix url in display templates, so that it uses absolute urls. 2012-07-25 16:07:33 +02:00
display_single.pt Fix url in display templates, so that it uses absolute urls. 2012-07-25 16:07:33 +02:00
fragment.pt Initial checkin 2008-08-31 23:57:55 +00:00
hidden.pt add a template for hidden mode (forgotten template file) 2010-01-13 15:15:16 +00:00
input.pt Use a ajax fetch for initial call, hardcoded for now 2012-08-25 12:26:49 -07:00
input_recurse.pt Add a UUIDSource that has plone.uuid values. Refactor so public methods have public names 2011-05-09 15:08:44 +00:00
interfaces.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
navtree.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
source.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
testing.zcml Nuke trailing white space. 2011-04-12 15:26:54 +00:00
tests.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
widget.py import getSite from zope.component to avoid dependency on zope.app.component 2012-09-19 18:44:40 -03:00

README.txt

Content tree widget
===================

plone.formwidget.contenttree provides a content tree browser widget based on
the jqueryFileTree widget.