allow for hiding time part on date widget
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4069 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
96c68f3cd5
commit
19e17a33c5
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
<input type="text" name="field" style="width: 6em; height: 1.5em"
|
<input type="text" name="field" style="width: 6em; height: 1.5em"
|
||||||
dojoType="dijit.form.TimeTextBox"
|
dojoType="dijit.form.TimeTextBox"
|
||||||
tal:define="width field/width|nothing"
|
tal:define="width field/width|nothing"
|
||||||
|
tal:condition="field/hideTime|python:True"
|
||||||
tal:attributes="name name;
|
tal:attributes="name name;
|
||||||
value data/?name|string:;
|
value data/?name|string:;
|
||||||
required field/required_js" />
|
required field/required_js" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue