How to set display size of a Region or Dynamic Region?
BAO.SZJun 6 2013 — edited Jun 7 2013Hi,experts,
In jdev 11.1.2.3,
I drag and drop a task-flow into a jsf page to create a Region,
and set display size for the region, source code as:
===================
<f:facet name="second">
<af:decorativeBox theme="medium" id="db1">
<f:facet name="center">
<af:panelGroupLayout layout="scroll" id="pgl1"
inlineStyle="width:1200px;height:700px;">
<af:region value="#{bindings.trainflow11.regionModel}" id="r1"
inlineStyle="width:1200px;height:700px;"/>
</af:panelGroupLayout>
</f:facet>
</af:decorativeBox>
</f:facet>
=================
But, the Region is only showed a small fraction area on the parent jsf page whenever during design or run time.
How to set display size of a Region or Dynamic Region?
Thanks!