2017-04-11 5 views
0

oracle UCM 10gR3에서 사용자 정의 메뉴를 추가 할 구성 요소를 생성하려고합니다. 오라클 UCM 11g를 사용하여 이러한 구성 요소를 사용할 수 있으므로 Oracle UCM 10gR3에서 동일한 구성 요소를 구현하려고했습니다. 이것은 내가Nav Builder를 사용하여 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 Co[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에서 사용할 수있는 방법을 사용해야합니다. 몇 가지 예를 들면 다음과 같다 :

(10g 및 11g의 차이를 나타낸다)