source: products/collective.referencedatagridfield/trunk/README.txt

Last change on this file was 2367, checked in by olha, 14 years ago

README.txt format updated.

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1Introduction
2============
3
4collective.referencedatagridfield is a mix of Reference and DataGrid fields for Plone.
5This is a sophisticated reference field with its own widget for adding and deleting references
6for both internal and external resources. Having complete support for Archetype's Reference field
7functionality, it also allows external links management.
8
9This package functionality is based on DataGridField, DataGridWidget and Archetype's Reference field
10with ATReferenceBrowserWidget. It allows Plone developers to extend default Plone Reference field functionality
11or override existing Reference field functionality with a custom one.
12
13Required Products.DataGridField package is automatically installed during installation procedure.
14
15Development
16-----------
17
18This product was developed by Quintagroup for Plone collective, sponsored by Headnet company http://headnet.dk/.
19
20Supported Plone Version
21-----------------------
22
23Plone 4.0
24
25Usage
26-----
27
28There is an example of simple content type creation with a mix of Reference and DataGrid fields as related items included into the package:
29http://svn.plone.org/svn/collective/collective.referencedatagridfield/collective/referencedatagridfield/examples/ReferenceDataGridDemoType.py
30
31With this package your content types might get sophisiticated related items field: include related items from the current site and external ones.
32
331. *Internal Links* - to insert internal link use 'Add...' button and browse your site for the necessary object you want to add.
34Type in desirable title into the Title field. If you leave it empty - it will automatically be filled with the inserted object title.
35
362. *External Links* - to insert external links type in external URL into the Links field. Type in full address with  http:// protocol.
37In case your URL is not correct it will not be saved. Type in desirable title into the Title field. If you leave it empty - it will
38get title the same as URL.
39
40Author
41------
42
43Andriy Mylenkyy
44
45Links
46-----
47
48* SVN Repository - http://svn.plone.org/svn/collective/collective.referencedatagridfield
49* Documentation - http://projects.quintagroup.com/products/wiki/collective.referencedatagridfield
50
51
Note: See TracBrowser for help on using the repository browser.