Changeset 2364 in products


Ignore:
Timestamp:
May 20, 2010 1:15:15 PM (14 years ago)
Author:
olha
Message:

README extended.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.referencedatagridfield/branches/collective_ns/README.txt

    r2302 r2364  
    22============ 
    33 
    4 A sophisticated reference field with own widget for browsing, adding and deleting references for both 
    5 internal and exteranl resources. Completely support Archetype's Reference field functionality, is also allow external links. 
     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. 
    68 
    7 This package functionality based on DataGridField, DataGridWidget and Archetype's Reference field with ATReferenceBrowserWidget. 
     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.  
    812 
    9 On installation automatically install required Products.DataGridField package. 
     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 
     48SVN Repository - http://svn.plone.org/svn/collective/collective.referencedatagridfield 
     49Documentation - http://projects.quintagroup.com/products/wiki/collective.referencedatagridfield 
     50 
     51 
Note: See TracChangeset for help on using the changeset viewer.