动态设置Ckeditor的尺寸
<input type='textarea' id='myText'><script>if(isNaN(w) || isNaN(h)){w = 500;h = 400;}editor = CKEDITOR.replace("myText",{width:w,height:h});</script>