View
 

Javascript API

This version was saved 16 years, 9 months ago View current version     Page history
Saved by Brian Kirchoff
on October 11, 2008 at 4:22:34 pm
 

 

Class nicEditors

nicEditors.allTextAreas

Converts all the textareas on the page info NicEditor instances.  Returns a reference to the array of all NicEdit instances on the page.

nicEditors.findEditor

Finds a specific editor by ID. 

 

For example to get the nicedit instance for

<textarea id="myArea2"></textarea>

use:

nicEditors.findEditor('myArea2');

 

The method returns a nicedit instance that you call the functions below on.

 

 

Comments (0)

You don't have permission to comment on this page.