Ignore:
Timestamp:
06/26/13 14:43:57 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Added authentication (fixed user now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/widgets/_ComplexValueMixin.coffee

    r465 r466  
    1515            @inherited arguments
    1616            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
    1822
    1923        _setDisabledAttr: (value) ->
    2024            @_set "disabled", value
    21             array.forEach @_getDescendantFormWidgets(), (child) => 
     25            array.forEach @_getDescendantFormWidgets(), (child) =>
    2226                child.set "disabled", value
    2327
Note: See TracChangeset for help on using the changeset viewer.