This commit is contained in:
ben%netscape.com 2000-08-31 04:55:59 +00:00
Родитель 3517bd396f
Коммит 3145dec2b2
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,11 @@
if (v == 'true') return true; return false;"/>
</interface>
<handlers>
<handler type="click" value="if (!this.disabled && this.button == 1) this.checked = !this.checked;"/>
<handler type="click">
<![CDATA[
if (!this.disabled && this.button == 1) this.checked = !this.checked;
]]>
</handler>
<handler type="keypress" key=" " value="if (!this.disabled) this.checked = !this.checked;"/>
</handlers>
</binding>