Feature #197
Include a given template in Renderer content
Status: | CLOSED | Start date: | 05/25/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | Phi | |||
Resolution: | NEEDINFO: |
Description
A Renderer object should be able to include a given template in its content.
Associated revisions
Refs #197. Implemented includeTemplate()
in Renderer package.
Now you can invoke templates at any point in rendering phase.
Refs #197. Added getTemplate()
operation in ViewInterface.
inset()
implementation in Renderer now relies onincludeTemplate()
- Controller: removed NULL case handling for currentAction
History
#1 Updated by Davide Principi about 10 years ago
The TableModify class requires two rendering templates:
1. Template for the dialog box decoration, from TableModify class itself.
2. Template for the dialog box content, from the extending class.
It must be possible to call 2 from 1.
#2 Updated by Davide Principi about 10 years ago
- Status changed from ON_DEV to CLOSED
#3 Updated by Davide Principi about 10 years ago
- Subject changed from Run a given template in Renderer content to Include a given template in Renderer content