Ticket #2667 (closed defect: fixed)
'Interacting With Widgets' recommends wrong widget method .toggle()
| Reported by: | tw@… | Owned by: | carlavmott |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | book | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
http://dojotoolkit.org/node/54 says:
myButton.toggle() - switches between show() and hide()
should be:
myButton.toggleShowing() - switches between show() and hide()
Additionally, the markup examples on this page have unquoted tags.
Is there a way to be of more help on such issues than just reporting?
Thomas
Change History
Note: See
TracTickets for help on using
tickets.