This is a migrated thread and some comments may be shown as answers.

Dynamically update text in Editor

0 Answers 44 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Craig
Top achievements
Rank 1
Craig asked on 26 Apr 2011, 11:07 PM
Is there a way through javascript/jquery to update the text in the Editor control?

Edit:
Nevermind, I figured it out.

var nd = $("#NotesDescription").data('tEditor');   
nd.value("update text here");
Tags
Editor
Asked by
Craig
Top achievements
Rank 1
Share this question
or