Backing out for now because unimplemented parts of xbl are causing problems.

This commit is contained in:
blakeross%telocity.com 2001-11-04 07:44:35 +00:00
Родитель 59f7584834
Коммит d0c397fc37
1 изменённых файлов: 1 добавлений и 12 удалений

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

@ -76,18 +76,7 @@
if (val) this.setAttribute('disabled', 'true');
else this.removeAttribute('disabled'); return val;"
onget="return this.inputField.readonly;"/>
<method name="setAttribute">
<parameter name="attrName"/>
<parameter name="attrValue"/>
<body>
<![CDATA[
if (attrName == 'value')
this.value = attrValue;
baseBinding.setAttribute(attrName, attrValue);
]]>
</body>
</method>
<method name="select">
<body>