Re: toggle form display

2006-08-16 Thread Karthik N
you could also try using the disable informal parameter for some HTML input elements. something like this in the .html and this in the .page the isViewPage evaluates to true or false and makes the input element disabled. of course this makes for a server roundtrip.

Re: toggle form display

2006-08-16 Thread Matt Brock
Will Norris wrote: > > I remember seeing a component in some other framework > that would allow you to have a form that could be toggled to a read- > only state. This is not just making the input boxes disabled, but > rather converting them to be normal text output (so you don't have to

Re: toggle form display

2006-08-10 Thread Jesse Kuhnert
There is this , http://opencomponentry.com:8080/tacos/app?page=ajax%2FInlineEditBoxExample&service=page or http://opencomponentry.com:8080/tacos/app?page=ajax%2FEditorExample&service=page Probably others too but I'm too lazy to look up where they are. (try tassle? ) On 8/10/06, Will Norris <[EM