0

Oracle Portal 10.1.4 を使用しており、特定のカテゴリに一致するコンテンツをリストする定型検索を効果的に実行するカスタム検索ポートレットがあります。既定のカスタム検索ポートレットの結果リストに表示されるコンテンツの横にある編集ボタンを管理者がクリックできるようにしたいと考えています。(そのため、定型検索から返された各コンテンツには、管理者がクリックできる編集リンクが横にあります)。

(カスタム検索ポートレットを置き換えるために) 独自の PL/SQL ポートレットを作成せずにこれを行う方法はありますか?

4

1 に答える 1

0

As far as I know, to manipulate the output of the standard custom search portlet is not possible and writing your own search portlet in PL/SQL or Java would be the way to go. The only other method I can think of would be to intercept the output of the portlet and augment it somehow, or use javascript to manipulate the DOM to add the required edit links.

Richard.

于 2009-11-27T16:20:37.443 に答える