Hi i am trying to integrate this FCKEditor textarea to my web application. I am facing a problem which is to dynamically replace the content in the textarea by using this
document.forms[0].MyTextarea.value = getTemplateContent();
where the value in getTemplateContent(); will change dynamically based on the value i select in the dropdown list.
but when i try changing it won't take effect
anyone can advise me on this?
or is there any other turnaround about this?
document.forms[0].MyTextarea.value = getTemplateContent();
where the value in getTemplateContent(); will change dynamically based on the value i select in the dropdown list.
but when i try changing it won't take effect
anyone can advise me on this?
or is there any other turnaround about this?