-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.4
-
Fix Version/s: None
-
Component/s: tapestry-core
-
Labels:
The current BeanEditor is great for prototyping but needs better formatting control.
Create a mixin that adds templates to Form/BeadEditor. The mixin takes a block parameter with property markers. The property components are moved from the form body into the template. Templates are implemented as a mixin so it's possible to create different ones for different html frameworks. The included one is for Bootstrap.
patch to follow