How to install TidyRTE  

Posted in Projects Tutorials by Sascha on the May 13th, 2009
Tags: tidyrte how to install rich text editor tinymce ...
Printable version    Hits: 1369

TidyRTE

In this tutorial you will learn how simple it is to include TidyRTE into your website.

  1. Download TidyRTE here
  2. Extract the rar-archive to any folder
  3. Copy the folder "tidyrte" to your website's root directory
  4. Include the TidyRTE script into the webpages where you want to use TidyRTE. Use the path "/tidyrte/tidyrte.js".
  5. Create a "div" element, create an ID for it then add a textarea to this "div" element.
  6. To activate the editor place anywhere the JavaScript command tidyrte('the id of the div element you have created'); .
  7. Thats it.
If you still have problems with including, just look at this source code of a sample HTML document using TidyRTE:

<html>
<head>
<title>TidyRTE Sample</title>
<script src="/tidyrte/tidyrte.js" type="text/javascript"></script>
</head>
<body>
<div id="box"><textarea name="text" style="width:480px; height:272px;"></textarea></div>
<script type="text/javascript">
tidypath="/tidyrte/";
tidyrte("box");
</script>
</body>
</html>

TidyRTE

Enjoy!


Comments

Written by Guillaume Foucart at May 14th, 2010 - 20:10:31

It doesn't work.. I've tested it with Chrome and Firefox...

Written by Numan at April 26th, 2010 - 12:52:00

Doesn't work with Google Chrome

Written by J2D3 at February 19th, 2010 - 01:06:48

I'm just trying this out to see how it works.

Written by cdj:izgzizeiiznzeinzlzhzeipzpz at December 7th, 2009 - 14:58:19

Very easy to install, however i'm having the following issue:<br /><br />My textarea is located at the bottom of the page and you need to scroll to get to it. While using certain functions of tidyrte, for example, selecting a different color, the color palette window pops up at the top the page in an absolute position, you can't see it unless your scroll back up your page. That's true for all functions that use a popup window.

1

Your comment:

Your name:



Please enter this code here: