Feature Requests item #664772, was opened at 2003-01-09 00:16
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=664772&group_id=4754

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dorothy Gantenbein (dgantenbein)
Assigned to: Nobody/Anonymous (nobody)
Summary: Enhancement to customizer rendering of form components

Initial Comment:
Would like ability to extend form components like 
Select, TextArea, CheckBox, PropertySelection, etc 
with additional parameters.  My particular case is I want 
all Checkboxs to have a default HTML class.

For TextField, could inherit from Tapestry's text field and 
then override the beforeCloseTag method.  However, 
TextArea, Select, etc do not have a beforeCloseTag 
method.

One approach to is add a beforeCloseTag method to the 
other form components and provide a uniform way to 
customize their rendering.

Another approach (from Howard) is to make components 
act like PropertySelection and have a delegate for 
rendering.  You could then create standard Foo's with an 
alternate FooRenderDelegate to accomplish what you 
want.

Either approach works for my requirements.  However, 
the rendering delegate seems to provide more flexiblity 
for customization.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=664772&group_id=4754


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to