如何在 Oracle 的 UCM 中自定义 FCK 编辑器工具栏
我正在尝试弄清楚如何自定义 FCK 编辑器工具栏以对 Oracle 的内容服务器做出贡献。
我熟悉如何自定义 FCK 编辑器,但不确定将自定义脚本应用于贡献者的标准 WYSIWYG 编辑器的正确方法。
我有这个参考:http://download. oracle.com/docs/cd/E14571_01/doc.1111/e10613/c11_scripts.htm#BEIEDBEF
但它没有揭示如何实现自定义配置脚本,并且参考资料会循环发送给您。
有没有人这样做过,知道如何做到这一点,或者有任何关于该主题的有用网站的链接?
谢谢
I'm trying to work out how to customise the FCK editor toolbar for contribution for Oracle's Content Server.
I am familiar with how to customise the FCK editor but am unsure of the correct way to apply custom scripts to the standard WYSIWYG editor for contributors.
I have this reference: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10613/c11_scripts.htm#BEIEDBEF
But it does not reveal how to implement the custom configuration scripts and the references send you in loops.
Has anyone done this, know how to do this or has any links to useful sites for this topic?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很容易。
前往 UCM 安装中的以下文件夹。
/weblayout/webform/fckeditor
在这里您可以找到 FCK 源代码和一些方便的 doco 文件。
在现场工作室;检查:站点资产->自定义配置脚本
您可以在此处找到基于内容的文件,这些文件将扩展 FCK 编辑器。
我相信一些示例是通过 SS 组件安装的,请使用“添加到站点”功能试试运气。
如果它们没有出现在您的网站上,请搜索“网站对象类型”=“自定义配置脚本”或 ID =
SS_FCK_
并添加它们。完成所有这些后,您必须将配置脚本分配给您的“元素定义”。在“自定义配置”字段下(您可以添加多个脚本)。
这些脚本只是 JS,您可以在 Site Studio 中轻松编辑它们。
This is easy enough.
Head to the following folder in your UCM install.
/weblayout/webform/fckeditor
Here you will find the FCK source, and some handy doco files.
In Site Studio; check: Site Assets -> Custom Configuration Scripts
This is where you will find the content based files that will expand the FCK editor.
I believe some samples are installed with the SS component, try your luck with the 'Add to Site' feature.
If they don't show up for your site, search for the 'Web Site Object Type' = 'Custom Configuration Script' or ID =
SS_FCK_
and add them.Once all this is done, you will have to assign the configuration Scripts to your 'Element Definition'. Under the "Custom Configuration" field (you can add multiple scripts).
The scripts are just JS, you can edit them easily enough within Site Studio.