Feature #155
TemplateFields should behave like Templates
Status:
New
Priority:
Normal
Assignee:
-
Category:
Core
Target version:
-
Start date:
06/09/2011
Due date:
% Done:
0%
Estimated time:
Description
TemplateFields that they should have a render method that behaves like a template render method. A complication is that TemplateFields store a template code string instead of as a NodeList the way that Templates do, but perhaps a TemplateField could store both a code string and a NodeList and update the NodeList when the string is changed.