Installation Instructions

Installing NICEditor is quite a simple task. Just follow these simple steps:

  1. Donwload the last version of the editor at the following url:
    http://sourceforge.net/project/showfiles.php?group_id=75348
  2. Uncompress the file to a directory called "NICEditor"* in the root of your web site.
  3. The editor is now ready to use. To see it immediatelly at work just browse to:
    http://<your-site>/NICEditor/_samples/default.html

* You can place the files in any directory. "NICEditor" is the default one. If you prefer using another one, just set the editor's base path in the code. For example:
oNICEditor.BasePath = '/Components/NICEditor/' ;

You can optionally delete all directories started with underline ("_"). They are not necessary to the editor to run.

Using the editor

The package comes with a test sample page available for every programming languages that the editor is compatible to. Take a look at the _samples directory.