- Timestamp:
- 03/11/10 11:45:50 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/office/auth/editors/common.doss/_common/filter.xbl.xml
r459 r530 93 93 </content> 94 94 <implementation> 95 <!-- 96 <property name="isReadOnly" onget="return this.hasAttribute('disabled')"> 97 <setter> 98 if(val) this.setAttribute('disabled', 'true'); else this.removeAttribute('disabled'); 99 return val; 100 </setter> 101 </property> 102 --> 95 103 <property name="checked" onget="return this.hasAttribute('checked');"> 96 104 <setter><![CDATA[ … … 102 110 <method name="toggle"> 103 111 <body><![CDATA[ 112 if(this.isReadOnly) return; 104 113 this.checked = ! this.checked; 105 114 this.parentNode.updateValue();
Note: See TracChangeset
for help on using the changeset viewer.