ckeditor动态添加uiElement
我想根据另一个 uiElement 的值动态地将 UIElement
添加到对话框中。我相信我需要的内容在这里定义:http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.contentObject.html#add。不幸的是,没有使用示例。我需要创建什么对象才能使用此功能?我尝试过dialog.add(),但这不起作用?有人可以帮我把它放在这里吗? 谢谢
I want to dynamically add UIElement
s 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 addUIElement 方法来完成此操作。
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR。 dialog.html#.addUIElement
You can do it by using the addUIElement method.
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.addUIElement