FCKeditor 的最大字符数
您是否确定了 FCKEditor 中允许的最大字符数?
我好像碰壁了。 它将显示要编辑的文本,但更改不会发布回服务器 - 只有原始文本会发布回服务器。 我假设更改的文本不会复制回隐藏的输入字段。
仅当文本量较大时才会出现此问题。 较小长度的文本就可以了。
这可能是编辑器、javascript 或浏览器本身的限制。
我意识到这可能更适合向 FCKEditor 项目提交错误报告,但堆栈溢出社区似乎确实响应迅速并且愿意提供帮助。
编辑:我应该澄清我所说的大的意思。 包含 60,000 个字符的文本字段给我们带来了问题。
Have you determined a maximum number of characters allowed in FCKEditor?
I seem to have hit a wall. It will display the text to be edited, but changes don't get posted back to the server - only the original text gets posted back to the server. I am assuming that the changed text is not copied back to the hidden input field.
This problem only occurs with large amounts of text. Smaller lengths of text work just fine.
This may be a limitation of the editor, of javascript or the browser itself.
I realize this may be more suited for a bug report to the FCKEditor project, but the stack overflow community seems really responsive and willing to help.
Edit: I should clarify what I mean by large. A text field with 60,000 characters is giving us problems.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们还没有——我们将它用于网络内容管理系统,并且有一些它可以很好地处理的大页面。 您的响应大小缓冲区可能有限制,或者您的网络服务器上的某些线路......
We haven't - we use it for a web content management system, and have some large pages that it quite happily handles. There may be a limit on your response size buffer, or something line that on your web server....