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