#18435 closed enhancement (fixed)
Support toggling CSS class with widget's "attribute mapping" mechanism
Reported by: | Akira Sudoh | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | Dijit | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Sometimes it would be useful if widget.set("bold", true)
sets bold
CSS class to a widget node. One typical use case of this is seen in TodoMVC (http://todomvc.com), where many examples try to change completed
, editing
, and selected
CSS classes solely by change in model.
Another discussion is seen here: http://stackoverflow.com/questions/27115170/conditional-display-with-dojo-mvc/27197332#27197332
Change History (2)
comment:1 Changed 7 years ago by
Owner: | set to Akira Sudoh <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 7 years ago by
Component: | General → Dijit |
---|---|
Milestone: | tbd → 1.11 |
Note: See
TracTickets for help on using
tickets.
In 6600e44ab728272418fd2dea2a7f1ccf07f28d74/dijit: