[jQuery] maxlength with jQuery FCKeditor 1.30
i need help.
here is the problem
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery.FCKEditor.js"></script>
//Rick Text 編輯器
$(function(){
$('#comment_content').fck({path: '/js/fckeditor/',toolbar:
'Comment',height:'300'});
});
when i use jquery.FCKEditor.js
i want to add maxlength but i can't find where to add
this.maxlength="500";
this method not like oFCKeditor =new fckeditor("xxxx");
oFCKeditor.config['maxlength']=500;
don't work with jquery.FCKEditor.js
please help