> -----Original Message-----
> From: Antonio Gallardo [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, February 25, 2004 1:28 PM
> To: [EMAIL PROTECTED]
> Subject: Re: disabling widgets
> 
> 
> Jeremy Quinn dijo:
> > Hi All
> >
> > I have a booleanfield widget, that needs to be disabled 
> under certain 
> > conditions.
> >
> > pseudo-code :
> >
> >     if ( album.scenarios.size() > 0 ) {
> >              disable ( album.publishable );
> >     }
> >
> > ie. the album.publishable value needs to be in the form, but should 
> > not be alterable by the user.
> >
> > Is there a way of doing this in Cocoon Forms ?
> 
> Another approach (not tested by me, but maybe works) is using 
> the JXTemplateGenerator. There is a <jx:if> tag that can be 
> use to show/hide controls in the rendered page.

IIRC Sylvain extendet the showform function so that you can pass the
objects to the view layer. You could either use Antonio's suggestion or
you add a parameter to the widget styling.

My question: Is this the way we recommend or do we want to have widgets
an interface which can be used in order change presentation state?

WDOT?

--
Reinhard

Reply via email to