This commit is contained in:
gavin%gavinsharp.com 2006-08-30 23:20:14 +00:00
Родитель ed2d1f718a
Коммит 3b6a60096c
1 изменённых файлов: 2 добавлений и 9 удалений

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

@ -165,15 +165,8 @@
</property>
<property name="value"
onget="return this._textbox.value;">
<setter><![CDATA[
if (val)
this._textbox.value = val;
else
this._textbox._displayCurrentEngine();
return val;
]]></setter>
</property>
onget="return this._textbox.value;"
onset="this._textbox.value = val; return val;"/>
<method name="focus">
<body><![CDATA[