Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Textarea UnEditable

 
Thread Tools Search this Thread
Old 12-17-2003, 03:20 PM   #1
Default Textarea UnEditable


Is it possible to disable editing of a text area? I have a text area which,
under some circumstances I want the user to be permitted to edit, but not
others.

How do you guys typically handle that? Thanks, Ike




Ike
  Reply With Quote
Old 12-17-2003, 03:44 PM   #2
Edward Alfert
 
Posts: n/a
Default Re: Textarea UnEditable

> Is it possible to disable editing of a text area? I have a text area
> which, under some circumstances I want the user to be permitted to
> edit, but not others.


<textarea readonly> readonly textarea </textarea>

<textarea> editable textarea </textarea>


--
Edward Alfert - http://www.rootmode.com/
Discount Code (Recurring 25% Off): newsgroup
Multiple Domain Hosting * Reseller Hosting
Free IP Addresses * Private Label Nameservers
  Reply With Quote
Old 12-17-2003, 03:45 PM   #3
Otuatail
 
Posts: n/a
Default Re: Textarea UnEditable

Add the word Readonly to your textarea

Desmond.

  Reply With Quote
Old 12-17-2003, 04:40 PM   #4
Leif K-Brooks
 
Posts: n/a
Default Re: Textarea UnEditable

Ike wrote:
> Is it possible to disable editing of a text area? I have a text area which,
> under some circumstances I want the user to be permitted to edit, but not
> others.
>
> How do you guys typically handle that?


If I don't want it to be editable, I don't put it in a text area. Why
does is have to be one?

  Reply With Quote
Old 07-23-2007, 12:51 PM   #5
sinrize
Junior Member
 
Join Date: Jul 2007
Posts: 1
Exclamation Readonly

readonly has to be give a true/false parameter ie.
<textarea readonly="true"></textarea>
or it won't validate

ps.
using text areas allows scrollable text within the confines of the text box
sinrize is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump