1
我想將自定義配置文件添加到我的應用程序中的所有RichText項目,但我無法弄清楚如何在dojo屬性中正確引用配置文件。我想把它引用到數據庫。如何將CKEditor自定義配置文件添加到XPage?
<xp:dojoAttribute name="customConfig" value="cke_custom_config.js"></xp:dojoAttribute>
<xp:inputRichText id="inputRichText2" value="#{cd.Body}">
<xp:this.dojoAttributes>
<xp:dojoAttribute name="customConfig" value="cke_custom_config.js"></xp:dojoAttribute>
</xp:this.dojoAttributes>
</xp:inputRichText>
在我的例子中配置文件上面參考: http://server/xsp/.ibmxspres/domino/ckeditor/cke_custom_config.js?t=G44E
我怎樣才能改變路徑到配置文件指向「的WebContent/cke_custom_config。 js「?
謝謝。爲什麼我需要擺脫時間戳,是爲了防止緩存? –
我認爲參數將工作,如果使用「cke_custom_config.js?打開」 –
@ThomasAdrian:好的,改變我的答案 –