Skip to content

Instantly share code, notes, and snippets.

@ksiwonia
Created March 7, 2013 08:54
Show Gist options
  • Save ksiwonia/5106566 to your computer and use it in GitHub Desktop.
Save ksiwonia/5106566 to your computer and use it in GitHub Desktop.
<layoutElement column="2" row="1">
<component type="borderLayout" name="reasonForCorrectionBorderLayout">
<component type="gridLayout" name="productQuantityGridLayout"
columns="2" rows="3" >
<layoutElement column="1" row="1">
<component type="label" name="reasonTypesCorrectionProductQuantityFromLabel">
<option type="labelStyle" value="label" />
</component>
</layoutElement>
<layoutElement column="2" row="1">
<component type="awesomeDynamicList" name="typeOfCorrectionCauses"
source="#{form}.typeOfCorrectionCauses" reference="typeOfCorrectionCauses">
<option type="hasBorder" value="false" />
<option type="hasButtons" value="true" />
<components>
<component type="gridLayout" name="productQuantityGridLayout"
columns="1" rows="1">
<layoutElement column="1" row="1">
<component type="select" name="reasonType"
field="reasonType" reference="reasonType" hasLabel="false">
</component>
</layoutElement>
</component>
</components>
</component>
</layoutElement>
<layoutElement column="1" row="2" height="2" width="2">
<component type="textarea" name="commentreasonTypeDeviationsQuantity"
field="#{form}.commentreasonTypeDeviationsQuantity" reference="commentreasonTypeDeviationsQuantity">
</component>
</layoutElement>
</component>
<option type="label" value="reasonForCorrectionLabel" />
</component>
</layoutElement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment