Ticket #5216 (closed defect: wontfix)
override dijit.layout.ContentPane."class" problem
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | ContentPane |
| Cc: |
Description
When i override css class in content pane with my own class, like this <div dojoType="dijit.layout.ContentPane?" layoutAlign="client" class="tableContent"></div> Content pane cant be scrollable, because it has no dijitContentPane class. I can use class="dijitContentPane tableContent", but it is inconvenient.
Change History
Note: See
TracTickets for help on using
tickets.