Tuesday, October 24, 2017

TableLayout Region in Oracle OAF

The tableLayout region is a wrapper containing rowLayout and cellFormat regions.
This can be easily mapped to your HTML table. TableLayout is used when you need
more control on placing the items in a Page.

The java bean associated with this region is OATableLayoutBean.

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...