From cabd25244d9f206407bade4f2fdf2e0acdd67ee0 Mon Sep 17 00:00:00 2001 From: Dimo Dimov Date: Tue, 20 Oct 2015 17:20:41 +0300 Subject: [PATCH] Document custom Theme chooser --- docs/web/appearance-styling.md | 130 +++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) diff --git a/docs/web/appearance-styling.md b/docs/web/appearance-styling.md index d25edfc41ff..54f942fa624 100644 --- a/docs/web/appearance-styling.md +++ b/docs/web/appearance-styling.md @@ -171,3 +171,133 @@ With Q3 2014 release Kendo UI provides customized presentation for checkboxes / +## Change themes on the client + +Due to popular demand, we have prepared an example that demonstrates a possible way to switch Kendo UI themes on the client. + +> The core functionality of the following demo is replacing CSS stylesheets on the client, which is not something related to Kendo UI. +From this point of view, the example is provided "as is", and may need customization and tweaking, +according to a specific scenario, requirements, browser support, etc. + +```html + + + +
+ + + +

+ +

+ +

+ +
+ +

Note: in order for the whole page to be styled, the <body> element has a k-content class.

+ +
+ + + +``` \ No newline at end of file