1

アプリケーションのすべての RichText 項目にカスタム構成ファイルを追加しようとしていますが、dojo 属性で構成ファイルを正しく参照する方法がわかりません。データベースに関連して参照したい。

<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」を指すように構成ファイルへのパスを変更するにはどうすればよいですか?

4

1 に答える 1