dojox.html.style Dynamic Style Sheets

The Theme buttons are dymanically generated based on the the link (or style) tag's title attribute. rel="stylesheet" is the preferred, enabled style sheet, and all style sheets with rel="alternate stylesheet" are disabled. Clicking the buttons toggles which style sheet is enabled. Any style sheet without a title attribute is persistent (always enabled). This is based on the W3C spec: http://www.w3.org/TR/html401/present/styles.html#h-14.3.2

Switch me:  
-
January
February
March
April
May
June
July
August
September
October
November
December
June
+
S MTWTFS
1 234567
8 91011121314
15 161718192021
22 232425262728
29 3012345
6 789101112

2024 2025 2026

This form of style switching is more effective than changing an attribute in the body tag. It makes coding CSS easier, because less emphasis is placed on targeting through the body tag class, and all CSS theme's could theoretically have the exact same selector names.

1.3.3 (21524)