[Seaside] html select enable: false

Philippe Marschall philippe.marschall at gmail.com
Thu Nov 4 05:44:40 UTC 2010


2010/11/4 Jeff Gray <jeff at rogerthedog.com>:
>
> Is there a bug in enabling controls?
> Specifically the 'select' brush?
>
> I get an error if I use enable: but disable: with a 'not'ed condition works
> just fine.

Not a bug, just an unfortunate naming of a method:

WASelectTag >> #enabled: aOneArgumentBlock
	"Enable only those elements for selection for whom aBlock return true."

Cheers
Philippe


More information about the seaside mailing list