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
September
+
S MTWTFS
31 123456
7 8910111213
14 151617181920
21 222324252627
28 29301234
5 67891011

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)