blob: 0a05d02d57ed4c5255720322c06445dfdfd94632 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<wd:form
xmlns:wd="http://apache.org/cocoon/woody/definition/1.0">
<wd:widgets>
<wd:field id="simple" >
<wd:label>String - bound in both directions:</wd:label>
<wd:datatype base="string" />
</wd:field>
<wd:field id="readonly" >
<wd:label>String - bound only during load:</wd:label>
<wd:datatype base="string" />
</wd:field>
<wd:field id="writeonly" required="true">
<wd:label>String - bound only during save:</wd:label>
<wd:datatype base="string" />
</wd:field>
<wd:field id="diff" >
<wd:label>String - bound in both directions but to different locations:</wd:label>
<wd:datatype base="string" />
</wd:field>
<wd:field id="onupdate" >
<wd:label>String - with extra binding &lt;on-update&gt;</wd:label>
<wd:datatype base="string" />
</wd:field>
<wd:booleanfield id="bool">
<wd:label>Boolean Value</wd:label>
</wd:booleanfield>
<wd:field id="date">
<wd:label>Date - with different convertor for binding.</wd:label>
<wd:datatype base="date" >
<wd:convertor>
<wd:patterns>
<wd:pattern>dd/MM/yyyy</wd:pattern>
</wd:patterns>
</wd:convertor>
</wd:datatype>
</wd:field>
</wd:widgets>
</wd:form>