Dynamically populating an ExtJS HTML editor
Posted
by sean.mcgary
on Stack Overflow
See other posts from Stack Overflow
or by sean.mcgary
Published on 2010-06-08T17:55:37Z
Indexed on
2010/06/08
18:02 UTC
Read the original article
Hit count: 642
So Im using ExtJS for a job Im working and Im trying to dynamically populate the textarea associated with the HTML editor with data based on what a user selects from a combo box. From what Ive found, I can load the HTML editor with text using the defaultValue property. So if Im going to populate it after the page loads, can I give it something like a datastore or is there a method I can call to set the text?
© Stack Overflow or respective owner