mlapl1
Posts: 66
|
| Posted: 04/08/2008, 7:41 PM |
|
Hello everyone
probably an elementary question but...
How do I get html activated in a textarea? The properties of a label have a 'content' property which can be either text of html, but textarea does not seem to have such a property. I am using the latest Codecharge 4.
Your help would be very much appreciated.
Andrew
|
 |
 |
DonB
|
| Posted: 04/09/2008, 6:27 AM |
|
You cannot. The textarea is not aware of it's content being text or html.
That's HTML, not CCS. However this is why the FCKeditor was integrated. It
can create an HTML-aware text field to do what you want.
The text/html property in CCS imply indicates whether CCS should perform a
character-to-entity translation (e.g. '<' to '<') or output the data to
the page without modification.
--
DonB
"mlapl1" <mlapl1@forum.codecharge> wrote in message
news:247fc2cd11f998@news.codecharge.com...
> Hello everyone
>
> probably an elementary question but...
>
> How do I get html activated in a textarea? The properties of a label have
> a
> 'content' property which can be either text of html, but textarea does
> not seem
> to have such a property.
>
> Your help would be very much appreciated.
> Andrew
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|