Ticket #5221 (closed task: fixed)
InLineEditBox.setDisabled method dont work in 1.0
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | major | Keywords: | InLineEditBox setDisabled |
| Cc: | ronnyxx@… |
Description
in 0.9 I was used the setDisabled(true/false) method from InlineEditBox?. (dojo.require("dijit.form.InLineEditBox?"))
Now I want to use the same method in 1.0 but dont work. (dojo.require("dijit.InLineEditBox?"))
you can see that in your test path http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_InlineEditBox.html
Try to use your disabled link and it will fails.
Change History
Note: See
TracTickets for help on using
tickets.