Opened 17 years ago
Closed 17 years ago
#974 closed Bug (invalid)
Form validation with coldfusion and fckeditor.
Reported by: | hoffmandirt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4.3 |
Keywords: | Cc: |
Description
I am attempting to use client side validation for the fckeditor to ensure that there is a value in the editor before the form is submitted. However, it looks as if the form field, "myEditor" in this case, does not get it's value set from the editor until the form has been submitted. This in turn requires the form to be submitted twice, with the first submittal displaying the "This field is required message." even when there is text in the editor. It would be nice if the value was set as the user typed or maybe when the editor loses focus. I have attached my source.
Attachments (2)
Change History (3)
Changed 17 years ago by
comment:1 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Coldfusion page displaying the editor in a test form.