Hi all!
Just one small question: What do I have to do if I want to disable the
calendar in woody-Forms. I have
<fd:field id="birthdate">
<fd:label>Geburtstag</fd:label>
<fd:datatype base="date">
<fd:convertor type="formatting" variant="date">
<fd:patterns>
<fd:pattern>dd.MM.yyyy</fd:pattern>
</fd:patterns>
</fd:convertor>
</fd:datatype>
</fd:field>
and my binding is::
<fi:label>String fields</fi:label>
<fi:styling layout="columns"/>
<fi:items>
<ft:widget id="birthdate">
<fi:styling type="date" format="dd.MM.yyyy"/>
</ft:widget>
<ft:widget id="language"/>
</fi:items>
And I get an Input-Field with a Calendar next to it. But I want to have
it disabled.
Thanks for your help
Freddy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]