Re: Upgraded tabbed_pane_widget
Mark Anderson <[email protected]>
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <[email protected]> |
> Also, it was not possible to use CSS in this widget. You can now do so > using the following class names: > TabbedPane-container-div > TabbedPane-table > TabbedPane-content-row > TabbedPane-content-cell > TabbedPane-content-div > TabbedPane-tab > "TabbedPane-content-div-" + this.name //where this.name is taken in as a > param in an inline ctor. FYI the convention for class names is: WidgetName - purpose - tagname The reason to include the tagname in the CSS name is that the possible CSS attributes are specific to the html element. (So there is some unavoidable leakage of implementation decisions.) -mda _______________________________________________ The netWindows developers list: [email protected] http://netwindows.org/mailman/listinfo/devel_netwindows.org