如何设置最大长度?

时间:2011-05-04 22:45:18

标签: javascript ckeditor

我有这段代码:

CKEDITOR.replace( 'textarea',
    {
        height : 200,
        uiColor : '#bf3f23',
        toolbar :
        [
            ['Styles', 'Format', 'Bold', 'Italic', 'NumberedList', 'BulletedList', '-', 'Link']
        ]
    });

如何设置CKeditor的最大长度并为其显示计数器?

1 个答案:

答案 0 :(得分:2)

这是不受支持的功能though it's scheduled for Milestone 3.x

This blog post解释了如何破解自己的功能,here's a plug-in

来源: Google ckeditor maximum length