Re: [Webwork-devel] New UI tags? - <ui:hidden> and <ui:textlabel>
Brought to you by:
baldree,
rickardoberg
|
From: Matt B. <ma...@sm...> - 2001-12-20 01:45:25
|
+1. I would prefer this over mixing INPUT HIDDEN tags. Looks nicer. Obviously, you can produce the text label with HTML and PROPERTY tag but having a UI tag will give you the same format treatment you are using with other controls. Assuming others are okay, I'll add it in. -Matt ----- Original Message ----- From: "Mike Cannon-Brookes" <mi...@at...> To: "Webwork-Devel" <web...@li...> Sent: Wednesday, December 19, 2001 6:25 PM Subject: [Webwork-devel] New UI tags? - <ui:hidden> and <ui:textlabel> > I'd like to propose two new UI tags > > <ui:hidden> which generates a form hidden field, the template is very > simple as it just spits out the input control and no HTML at all is > necessary > > <ui:textlabel> (better name?) - basically this is useful when you want > to spit out some text for the user, which is not submitted with the form > - but in the same style. > > eg > <ui:textlabel label="'Project'" name="'selectedProject/name'" /> > <ui:textfield label="'Summary'" name="'summary'" /> > > generates something like (imagine an HTML table ;)) > > Project: Project1 > Summary: <<textfield>> > > IMHO both should take 5 minutes, but will make the form library a little > more comprehensive. > > Thoughts? > > -- > Cheers, > Mike > > -- > Mike Cannon-Brookes :: mi...@at... > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > |