History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBSEAM-2646
Type: Feature Request Feature Request
Status: Open Open
Priority: Blocker Blocker
Assignee: Christian Bauer
Reporter: Gavin King
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Seam

Wiki document templates

Created: 18/Feb/08 01:15 PM   Updated: 09/Apr/08 01:14 PM
Component/s: Wiki
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Dependency
This issue depends:
JBSEAM-2722 Wiki plugin metadata Blocker Coding In Progress
 


 Description  « Hide
Allow creation of document templates with defined header/footer, and content sections.

Then user can select a template with creating a document. Things like FAQ entries and Forum posts would then use a specific template.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Christian Bauer [09/Apr/08 01:14 PM]
Implemented this with hardcoded templates, e.g. you need to write a @WikiDocumentTemplate annotated class that extends WikiDocumentDefaults (and optionally implements WikiDocumentEditorTemplate). You get a little menu popup when you click "Create" document.

This is nicely integrated with how forum topic, faq items, blog entries, etc. are persisted. I'll leave this open because this will change again once the plugin stuff is done.