ckeditor动态添加uiElement

发布于 2024-11-30 12:56:46 字数 373 浏览 1 评论 0原文

我想根据另一个 uiElement 的值动态地将 UIElement 添加到对话框中。我相信我需要的内容在这里定义:http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.contentObject.html#add。不幸的是,没有使用示例。我需要创建什么对象才能使用此功能?我尝试过dialog.add(),但这不起作用?有人可以帮我把它放在这里吗? 谢谢

I want to dynamically add UIElements to a dialog depending on the value of another uiElement..I believe what i need is defined here : http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.contentObject.html#add. unfortunately, there is no usage example..What object do i need to create to use this function? Ive tried dialog.add(), but this does not work? Can someone help me put here please?
Thanks

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

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

发布评论

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

评论(1

红颜悴 2024-12-07 12:56:46

您可以使用 addUIElement 方法来完成此操作。
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR。 dialog.html#.addUIElement

CKEDITOR.dialog.addUIElement(typeName, builder)

You can do it by using the addUIElement method.
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.addUIElement

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