Re: Disabling form text editor

2010-04-13 Thread Dewayne Pinion
Greetings, and thanks for the response. I did catch that about the field names and have set them to a more appropriate varchar data type. It looks like the issue actually came down to one of cache for the app. I cleared out the files and after doing so (which changing those fields might have had so

Re: Disabling form text editor

2010-04-13 Thread cricket
On Apr 13, 1:46 pm, Dewayne Pinion wrote: > Not sure what you call those editors, but anyway. I have an application that > has the following: > > input('Product.name', array('label' => 'Name:', 'class' => > 'text'))?> >   input('num', array('label' => 'Number:', 'class' => > 'text'))?> >   input('

Disabling form text editor

2010-04-13 Thread Dewayne Pinion
Not sure what you call those editors, but anyway. I have an application that has the following: input('Product.name', array('label' => 'Name:', 'class' => 'text'))?> input('num', array('label' => 'Number:', 'class' => 'text'))?> input('model_name', array('label' => 'Model name:', 'class' => 't