javascript - Simple nicEdit is not working at all without any error -


i trying use nicedit create simple textarea editor. not working , not giving error.

here link http://aht.com.pk/temp/html/index.html

check rich text editor description, type , hit bold or underline etc button. whats wrong?

here html

<textarea name="description">sample text</textarea> 

and js

bklib.ondomloaded(niceditors.alltextareas); 

try thing this.

 bklib.ondomloaded(function() { niceditors.alltextareas() }); 

don't forget include nicedit-latest.js , put above code inside <script> tag.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -