詳細アイコン IDE内の表示

メタデータ変更永続性ファイルを開くと、実行時にページをパーソナライズするときにJDeveloperにより作成された要素が表示されます。たとえば、Browse.jspx.xmlを開くと、次のようなコードが表示されます。

<mds:customization ...>
  <mds:modify element="s2c1">
    <mds:attribute name="displayIndex" value="0"/>
  </mds:modify>
  <mds:modify element="s2c4">
    <mds:attribute name="displayIndex" value="1"/>
  </mds:modify>
  <mds:modify element="s2c3">
    <mds:attribute name="displayIndex" value="2"/>
  </mds:modify>
  <mds:modify element="s2c5">
    <mds:attribute name="displayIndex" value="3"/>
    <mds:attribute name="width" value="302"/>
  </mds:modify>
  <mds:modify element="s2c6">
    <mds:attribute name="displayIndex" value="5"/>
  </mds:modify>
  <mds:modify element="s2c2">
    <mds:attribute name="displayIndex" value="4"/>
  </mds:modify>
  <mds:modify element="ps1">
    <mds:attribute name="splitterPosition" value="412"/>
  </mds:modify>
</mds:customization>

MDSでは、コンポーネントのId属性の一意の値と対照して永続的な変更が記録されます。