On Thu, Oct 09, 2008 at 02:08:33PM -0700, Richard Silvers wrote: > In addition to this, I've frequently wished there was a way to make the edit > box read-only. So the user can read and select from it, but not edit it in > any way.
All systems are go. * :state => "disabled" on any control sets it to locked and greyed. * :state => "readonly" on any control makes it uneditable. To change these settings after the fact, use `state=`. _why
