> well.. no Mike I think you got it wrong... > > OK I have written the code to explain the above problem and hosted it > here...http://www.offthegroundmedia.com/edit/ > > In this form when I change the ID combo box I retrieve data via ajax > (using forms.js for jquery) and fills in to a text box(title) and text > area(description). It works fine since I haven't implemented NideEdit > (a rich text editor) to the text area. But when I implement NiceEdit I > need to refresh the page to content fill in to the text area.
>From a jQuery perspective your is fine. So I still think this is just a matter of learning how NicEdit works. How do you update the contents of the editor programmatically? Take all the ajax, etc out of the equation and start with a blank editor. How do you tell NicEdit to change the contents of the editor to "Hello World"? I doubt very much that altering the native textarea's value will do the trick. I may be wrong, but I think that's the question you need to answer. Have you tried the NicEdit forums? Anyone else out there familiar with NicEdit? Mike