How to convert a 7x component with custom action menus to 10gR3
(Doc ID 445479.1)
Last updated on APRIL 11, 2024
Applies to:
Oracle WebCenter Content - Version 10.0 and laterInformation in this document applies to any platform.
Date: | May 18, 2007 |
Product and Version: | Content Server 10gR3, 10.1.3.3.0, 10.1.3.3.1 |
Goal
I have a custom component which I have written using the 7.x interface which adds additional choices to the Action pull-down menus. How do I convert my Action menu items to the new format in 10gR3?
Now that the 10gR3 interface has changed the way Action menus work and the mechanism to build those menus has changed, components will need to be updated. Instead of adding <option â¦> statements to a resource include, you actually add the menu items to a resultset that getâÂÂs drawn dynamically on the page. So with the new 10gR3 Action menus, there is a separation of the content from display.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |