Development

Changeset 1821

You must first sign up to be able to contribute.

Changeset 1821

Show
Ignore:
Timestamp:
08/24/06 15:16:20 (2 years ago)
Author:
francois
Message:

documented component columns (related to r1781)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/book/content/generator.txt

    r1627 r1821  
    276276> 
    277277 
     278If your partial gets crowded with more and more logic, you'll probably want to replace it by a component. Change the `_` prefix by a `~` and you can define a component column: 
     279 
     280        ... 
     281        list: 
     282          display:        [id, ~article_link, date] 
     283           
     284In the generated template, this will result by a call to the `articleLink` component of the current module. 
     285 
    278286Custom and partial fields can be used in the list view and in the edit view. 
    279287