Question
Javascript value of a textarea with richtext?
I can't figure out how to get the value of a text area with rich text. If I select richtext="false" the javascript ColdFusion.getElementValue('textareaName') works fine, but when richtext="true", this no longer works. Any ideas?
