Recommend wysiwyg script

3 replies
I´m looking for some sort of wysiwyg script to use at my website. I have no idea how to begin this work but the idea is that the members at my site should be able to use some of my templates and just change the text / keywords and then upload it to the hosting that I also provide.

Where to begin? Is there a good script to use? Can anyone help me? How would you people solv my problem?

Regards, André
#recommend #script #wysiwyg
  • Profile picture of the author markowe
    do they have to do any more advanced templating stuff? Can you just use TinyMCE to let them edit the HTML and then insert that in the template? TimyMCE is super-easy to add to an input form.
    Signature

    Who says you can't earn money as an eBay affiliate any more? My stats say otherwise

    {{ DiscussionBoard.errors[3040156].message }}
    • Profile picture of the author It Should Be Easy
      Originally Posted by markowe View Post

      do they have to do any more advanced templating stuff? Can you just use TinyMCE to let them edit the HTML and then insert that in the template? TimyMCE is super-easy to add to an input form.
      Thanks for the reply!

      Can I use TinyMCE at my site so that they can use it without having to download anything?
      Signature

      Looking to connect with people

      {{ DiscussionBoard.errors[3040680].message }}
      • Profile picture of the author markowe
        Originally Posted by Ripipip View Post

        Thanks for the reply!

        Can I use TinyMCE at my site so that they can use it without having to download anything?
        No problems.

        Yes, no downloading - you just insert the TinyMCE JavScript in your page, make a regular HTML textarea field and then configure TMCE to 'wrap' that textarea with the WYSIWIG editor. When the user submits, they are actually submitting the (valid) HTML.

        The most basic example is given here, it is very simple: TinyMCE:Installation - Moxiecode Documentation Wiki

        I am sure you know TinyMCE, anyway, it's used EVERYWHERE. And you can configure it in all kinds of ways, depending on what you want to allow your users to do.
        Signature

        Who says you can't earn money as an eBay affiliate any more? My stats say otherwise

        {{ DiscussionBoard.errors[3041377].message }}

Trending Topics