﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5895	ckeditor only takes dynamic default value	darell sapin		"hello and good day!

im having a problem with the editor. I put in a value in between the textarea/editor

<textarea name=""txtdescwork"" id=""descwork"" cols=""10"" rows=""5""><?php echo $rows['workDescription'];?></textarea>
  <script type=""text/javascript"">
CKEDITOR.replace( 'descwork',
{
toolbar: 'Basic',
width: '420px',
height: '100px',
}
);
</script>

i edit the value with the editor and tested it first with alert. alert only returns the default value and not the edited value.. can u pls help me"	Bug	closed	Normal		General		invalid		
