Changeset 1821
- Timestamp:
- 08/24/06 15:16:20 (2 years ago)
- Files:
-
- trunk/doc/book/content/generator.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/book/content/generator.txt
r1627 r1821 276 276 > 277 277 278 If 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 284 In the generated template, this will result by a call to the `articleLink` component of the current module. 285 278 286 Custom and partial fields can be used in the list view and in the edit view. 279 287