Changeset 466 for Dev/trunk/src/client/qed-client/widgets
- Timestamp:
- 06/26/13 14:43:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/widgets/_ComplexValueMixin.coffee
r465 r466 15 15 @inherited arguments 16 16 if @domNode.tagName.toLowerCase() isnt "form" 17 console.warn "Not scoping a _ComplexValueMixin in a form element can cause name clashes. E.g. radio buttons might stop working correctly. It is recommended to use <form> as the root element in your template for", @declaredClass 17 console.warn "Not scoping a _ComplexValueMixin in a 18 form element can cause name clashes. E.g. 19 radio buttons might stop working correctly. 20 It is recommended to use <form> as the root 21 element in your template for", @declaredClass 18 22 19 23 _setDisabledAttr: (value) -> 20 24 @_set "disabled", value 21 array.forEach @_getDescendantFormWidgets(), (child) => 25 array.forEach @_getDescendantFormWidgets(), (child) => 22 26 child.set "disabled", value 23 27
Note: See TracChangeset
for help on using the changeset viewer.