blob: ef98380571736f31c80b449e58918bb2d7410a23 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>