Tuesday, October 24, 2017

richContainer Item Style in Oracle OAF

  • The richContainer item style is used to create a container to hold external rich content.
  • The richContainer can accept either an URL or URI of the rich content. 
  • The rich content may be embedded within an OA Framework page directly, or enclosed within an iFrame depending on the rich content source. 
  • The richContainer exposes a set of parameters that can be set by the root OA Framework application and passed to the rich content URL, allowing context-sensitive content.
  • richContainer extends flowlayout and inherits all the attributes from it.
  • Examples of external content include embedded analytics from Oracle Business Intelligence Applications (OBIA), Adobe Flex or third-party Oracle-compatible widgets.
     The java bean associated with this Item Style is: OARichContainerBean

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...