Opened 14 years ago
Closed 14 years ago
#4791 closed defect (fixed)
Add visual indication to the button associated with the active page in test_StackContainer.html and add documentation to the Dojo book
Reported by: | simonjb | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
StackContainer is a generic widget and indication of the button associated with the active page will be handled either by subclasses or by code that is using StackContainer directly.
Code should be added to test_StackContainer.html and documentation should be added to the Dojo book explaining how to indicate the button when the StackContainer is used directly.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated the Dojo book: http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/layout/stack-container
Note: See
TracTickets for help on using
tickets.
(In [10997]) Indicate the activate button in the StackController?. Refs #4791.