如何设置最大长度?
我有这个代码:
CKEDITOR.replace( 'textarea',
{
height : 200,
uiColor : '#bf3f23',
toolbar :
[
['Styles', 'Format', 'Bold', 'Italic', 'NumberedList', 'BulletedList', '-', 'Link']
]
});
如何设置 CKeditor 的最大长度并显示它的计数器?
I have this code :
CKEDITOR.replace( 'textarea',
{
height : 200,
uiColor : '#bf3f23',
toolbar :
[
['Styles', 'Format', 'Bold', 'Italic', 'NumberedList', 'BulletedList', '-', 'Link']
]
});
How I can set the maximum length for the CKeditor and display a counter for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此功能不支持,尽管计划在 Milestone 3.x 中使用。
这篇博文解释了如何破解自己的功能,以及这里有一个插件。
来源: Google
ckeditor 最大长度
This is functionality not supported, though it's scheduled for Milestone 3.x.
This blog post explains how you can hack the functionality in yourself, and here's a plug-in.
Source: Google
ckeditor maximum length