更改panelcustomizable组件中的宽度

时间:2014-01-28 12:42:50

标签: oracle-adf

如何更改ADF中panelcustomizable组件的宽度?

默认情况下,宽度渲染为50%(请参阅屏幕截图)我希望facetA(左TD )为70%,facetB(右TD )为是30%。

我如何实现它?

<pe:layoutCustomizable id="layoutCustomizable2" type="twoColumnBottom"
                       showIcon="false" showLayoutChanger="false" inlineStyle="border:5px solid red;">
  <cust:panelCustomizable id="panelCustomizable5"  inlineStyle="border:4px solid blue;">
    <af:outputLabel value="Top Row" id="ol1"/>
  </cust:panelCustomizable>
  <f:facet name="contentA">
    <cust:panelCustomizable id="panelCustomizable6" inlineStyle="border:4px solid green;">
      <af:outputText value="Left TD" id="ot20"/>
    </cust:panelCustomizable>
  </f:facet>
  <f:facet name="contentB">
    <cust:panelCustomizable id="panelCustomizable7" inlineStyle="border:4px solid cyan;">
      <af:outputLabel value="Right TD" id="ol2"/>
    </cust:panelCustomizable>
  </f:facet>
</pe:layoutCustomizable>

This is how it renders in browser

1 个答案:

答案 0 :(得分:0)

如何围绕af中的custimzable区域:panelGridLayout,其中两个网格单元格设置为您需要的大小? http://docs.oracle.com/cd/E26098_01/apirefs.1112/e17491/tagdoc/af_panelGridLayout.html