Murillo Paiva
|
| Posted: 09/24/2002, 7:13 PM |
|
I ask for aid to apply the Publishing WYSIWYG of interactivetools with the CodeCharge Studio. I looked at for the example excellent of the Vincent for CodeCharge 2 - It functioned very well! Somebody can help me with CodeCharge Studio with Publishing WYSIWYG?
thank (Murillo Paiva)
|
|
|
 |
DataObjx
|
| Posted: 11/13/2002, 8:38 AM |
|
Those wishing to install the richtext.sourceforge.net editor into a CodeCharge Studio Application can send me an email. Please place the following in the subject line.
Subject Line : RICH TEXT EDITOR TUTORIAL REQUEST
Email Address:admin@dataobjx.com
|
|
|
 |
Eladesor
|
| Posted: 11/13/2002, 9:41 AM |
|
Murillo Paiva:
I've used and followed the tutorial provided by DataObjx, which is excellent and works great, certainly recommend sending DataObjx and email :)
Regards
Eladesor
|
|
|
 |
Carey
|
| Posted: 11/13/2002, 3:40 PM |
|
This one works great and is easy!
You have a directory named "htmlarea" that is provided by Interactive Tools. Put that in the directory with the pages you want to use the editor with. In the head section of your html page, put in:
<script language="Javascript">
_editor_url = "htmlarea/";
</script>
Immediately following your textarea field in CCS, put this:
<script language="javascript1.2">
editor_generate('TextBox1'); // field, width, height
</script>
Replace TextBox1 with the name of your textarea in CCS. Please make sure the above code is IMMEDIATELY following the textarea code in CCS.
Honestly, that's all it takes to use this particular WYSIWYG tool!
|
|
|
 |
|