Ticket #2667 (closed defect: fixed)

Opened 17 months ago

Last modified 15 months ago

'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

Changed 17 months ago by tw@…

I mentioned this in a thread of the support forum and it has been fixed now by Karl, thanks!

Changed 15 months ago by dante

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.