1
我試圖檢查日期小部件是否爲空。如果它是空的,它不應該顯示。如何檢查日期小部件是否爲空?
<div class="field"
tal:define="value widget/value;
valueexists python:value not in (None, '',);
label widget/label"
tal:condition="python:widget.__name__ not in ('IBasic.title', 'IBasic.description', 'title', 'description',) and valueexists">
問題是下面的表達似乎並不能夠檢查日期:
python:value not in (None, '',)
你是什麼意思「無法檢查日期」?你的情況是什麼「價值」? – 2011-05-14 14:07:37