[Webwork-devel] New UI tags? - <ui:hidden> and <ui:textlabel>
Brought to you by:
baldree,
rickardoberg
|
From: Mike Cannon-B. <mi...@at...> - 2001-12-20 00:22:39
|
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 |