ok i have several checkboxes everytime one is checked i want to clear an editor (CKEDITOR) i am using......
it should be noted i have several CKEDITOR controls on my form as well.....
therefore the javascript function must take in the control id for the respective CKEDITOR and the checkbox. if the checkbox is checked then the CKEDITOR must be cleared of any text in it. and if there is no text in the editor an alert will be sent to the user.