CK 编辑器 - 分配 ID

发布于 2024-12-12 13:41:46 字数 171 浏览 1 评论 0原文

我试图让 CKEditor 使用唯一的 ID,我可以使用一些 jQuery 来获取 ajax 请求中的值。 谁能建议我如何设置编辑器的 ID? 下面是代码 http://pastebin.com/eTP7xnKr

I am trying to get CKEditor to use an unique ID that I can use some jQuery to grab the value within a ajax request.
Can anyone suggest how I can set the ID for the editor?
Below is the code
http://pastebin.com/eTP7xnKr

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

听你说爱我 2024-12-19 13:41:46

尝试这样的方法,您还可以设置许多其他属性:

$CKEditor->textareaAttributes = array("id" => $fieldname, "cols" => 40, "rows" => 4, 'style' =>“宽度:{$width};高度:{$height};位置:相对;溢出:自动;”);

Try something like this, you can also set many other attributes:

$CKEditor->textareaAttributes = array("id" => $fieldname, "cols" => 40, "rows" => 4, 'style' => "width: {$width}; height: {$height}; position: relative; overflow: auto;");

☆獨立☆ 2024-12-19 13:41:46

看看 ckeditor.php 它会告诉你如何做。

抱歉,我没有一个聪明的答案......

Have a look in ckeditor.php it will tell you how.

Sorry, I don't have a clever answer...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文