2017-04-11 13 views
0

oracle UCM 10gR3にカスタムメニューを追加するコンポーネントを作成したいとします。現時点では、Oracle UCM 11gを使用してこのようなコンポーネントを作成できるため、Oracle UCM 10gR3に実装することを試みました。 これは私がnavビルダーを使用してoracle UCM 10gR3でカスタムメニューを作成する方法

<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
<title> 
custommenu htmlIncludeOrString 
</title> 
</head> 
<body> 

<@dynamichtml [email protected]> 
<?commatable indexedColumn="sampleKey" 
countColumn="sampleCount"sortCloumn="sampleOrder" 
sampleKey,sampleValue,sampleOrder,sampleCount 
key2, value2, 20 
key1, value1, 10 
<@[email protected]> 

<@dynamichtml [email protected]> 
id,label,linkType,linkData 
custommenu1,my first menu,. 
custom menu2,my second menu,. 
custommenu,Sub Menu,. 
THING_1,Get Server Output,cgi,IdcService=GET_SERVER_OUTPUT 
THING_2,My Document,cgi,Idc=GET_SEARCH_RESULT&QueryText=% 
28dDocAuthor+<contains>+%60<$UserName$> 
THING_3,Component Manager,admin,IdcService=GET_COMPONENT_DATA 
<@[email protected]> 

<@dynamichtml [email protected]> 
<?commatable mergeKey="primaryKey"?> 
parentid,id,loadorder 
MENU_A,custommenu1,500 
MENU_B,custommenu2,500 
custommenu1,THING_1,10 
custommenu1,THING_2,20 
custommenu1,THING_3,30 
<@[email protected]> 


</body></html> 

を作成しましたが、我々は、このコンポーネントを有効にしたときに何の変化がUCMで発見されていないコンポーネントのcustommenu "のresource.htmファイルです。 すべての種類のビューが招待されます。 ありがとう

答えて

0

そのコードは11gでのみ動作します。詳細は、this blog postを参照してください。

10gの方法を使用する必要があります。ここではいくつかの例は:

関連する問題