Changeset 4919
- Timestamp:
- 08/27/07 17:25:13 (6 years ago)
- Files:
-
- plugins/sfTabbedContentPlugin/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfTabbedContentPlugin/README
r4054 r4919 3 3 This plugin allows you to easily create tabbed content in your application. 2 different styles are available out of the box. 4 4 5 This plugin requires the sfContentGetterPlugin 6 The tabs content is a content getter string .5 This plugin requires the sfContentGetterPlugin and sfCollapsibleContentPlugin. Check the README with those plugins to use correctly. 6 The tabs content is a content getter string which can represent a partial, component or result of an action from any module. 7 7 8 8 == Usage ==