diff options
author | xue <> | 2006-08-02 12:06:13 +0000 |
---|---|---|
committer | xue <> | 2006-08-02 12:06:13 +0000 |
commit | dc76ce6c04347a42bdd03b2c6060395d071ddb0e (patch) | |
tree | 4329e844da42e72190041f58221793b0fdbbb3ac /demos/quickstart/protected/pages/Advanced | |
parent | 38fc83fb70a87f0f8a1b4bc0f4753e3063749522 (diff) |
Fixed #316.
Diffstat (limited to 'demos/quickstart/protected/pages/Advanced')
-rw-r--r-- | demos/quickstart/protected/pages/Advanced/Themes.page | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/Themes.page b/demos/quickstart/protected/pages/Advanced/Themes.page index 5ba0a121..07435928 100644 --- a/demos/quickstart/protected/pages/Advanced/Themes.page +++ b/demos/quickstart/protected/pages/Advanced/Themes.page @@ -28,6 +28,9 @@ This will apply the 'Blue' skin to the button. Note, the initial property values <p>
To use the Javascript files and CSS files contained in a theme, a <tt>THead</tt> control must be placed on the page template. This is because the theme will register those files with the page and <tt>THead</tt> is the right place to load those files.
</p>
+<p>
+It is possible to specify media types of CSS files contained in a theme. By default, a CSS file applies to all media types. If the CSS file is named like <tt>mystyle.print.css</tt>, it will be applied only to <tt>print</tt> media type. As another example, <tt>mystyle.screen.css</tt> applies to <tt>screen</tt> media only, and <tt>mystyle.css</tt> applies to all media types.
+</p>
<h2 id="5905">Theme Storage</h2>
<p>
|