CLEditor:使用Primefaces添加新的按钮jquery插件

时间:2016-11-24 17:52:26

标签: jquery primefaces cleditor

我目前正在使用Primefaces处理项目,并使用p:editor定义了一个文本编辑器。

<p:editor id="editorTexto" widgetVar="editorWidget" value="#{SomeBean.richText}" 
    controls="bold italic underline strikethrough subscript rule cut copy paste print"/>

现在我需要添加一个全屏按钮,我找到了这个解决方案:CLEditor text editor on fullscreen mode

解决方案要求使用jquery插件。我还在http://premiumsoftware.net/cleditor/plugins看到了其他插件的示例。

但我面临着在何处以及如何将插件的代码放在我的项目上的问题。它在我的<head>部分?它使用语句$(document).ready定义一个新脚本? 我是使用PrimefacesJQuery的新手。

0 个答案:

没有答案