Development

Changeset 16991

You must first sign up to be able to contribute.

Changeset 16991

Show
Ignore:
Timestamp:
04/04/09 20:44:32 (4 years ago)
Author:
pcahard
Message:

[sfDoctrineAdminGeneratorWithShowPlugin] updated README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfDoctrineAdminGeneratorWithShowPlugin/trunk/README

    r14022 r16991  
    1919    non_verbose_templates: true 
    2020    with_show:             true 
     21    with_csv:              true 
     22    with_xml:              true 
     23    with_pdf:              true 
     24    with_excel:            true 
    2125    singular:              ~ 
    2226    plural:                ~ 
     
    3337      new:     ~ 
    3438      show:    ~ 
     39      csv:      
     40        display: [Category, title, extract] 
     41        filename: monfichier 
     42        delimeter: "'" 
     43        separator: ',' 
     44      xml: 
     45        filename: my_xml_file 
     46      excel: 
     47        filename: my_excel_file 
     48      pdf: 
     49        filename: my_pdf_file    
    3550}}} 
    3651 
     
    5671== TODO == 
    5772 * a task for create the module 
     73 * preview before save 
     74 * import csv, xml and perhaps excel file 
     75 * make more easy to change css in the admin generator. 
    5876