- Timestamp:
- 06/23/13 21:57:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/widgets/_ComplexValueMixin.coffee
r463 r465 19 19 _setDisabledAttr: (value) -> 20 20 @_set "disabled", value 21 array.forEach @_getDescendantFormWidgets() (child) =>21 array.forEach @_getDescendantFormWidgets(), (child) => 22 22 child.set "disabled", value 23 23 24 24 _setReadOnlyAttr: (value) -> 25 25 @_set "readOnly", value 26 array.forEach @_getDescendantFormWidgets() (child) =>26 array.forEach @_getDescendantFormWidgets(), (child) => 27 27 child.set "readOnly", value 28 28
Note: See TracChangeset
for help on using the changeset viewer.