• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Tiny mce or FCKeditor.. how?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tiny mce or FCKeditor.. how?


  • Subject: Tiny mce or FCKeditor.. how?
  • From: Paul Fox <email@hidden>
  • Date: Mon, 26 Jun 2006 15:50:02 +0200

Hi!

I am a newbie to WebObjects, I am trying to get either TinyMCE or FCKeditor to work with my application. I have read some of the archived mails on this subject and know that people use both. TinyMCE seems easier, this is what I have done so far :

<script language="_javascript_" type="text/_javascript_" src=""ResourceURL1"></webobject>"></script>
<script language="_javascript_" type="text/_javascript_">
tinyMCE.init({
mode : "textareas"
});
</script>

<webobject name="editorTest"></webobject>
-------------------------------------------------------------------
ResourceURL1: WOResourceURL {
filename = "tiny_mce.js";
}

editorTest: WOText {
id = "myTextArea";
name = "myTextArea";
value = editorTestText;
cols = 70;
rows = 10;
}


It looks like it finds the .js file ok, but my textareas are still plain text.
I have included the tiny mce files under Web Resources in Xcode.

Any help would be greatly appreciated, I need to get this working and have spent some time looking around but cannot find any specific information on how to implement this.

Thanks in advance.
Paul
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Tiny mce or FCKeditor.. how?
      • From: Thomas <email@hidden>
  • Prev by Date: JavaMail Props Not Being Set
  • Next by Date: Re: jMechanic & eclipse
  • Previous by thread: Re: JavaMail Props Not Being Set
  • Next by thread: Re: Tiny mce or FCKeditor.. how?
  • Index(es):
    • Date
    • Thread