jui-themeswitcher displays a theme switcher for JQuery UI

  1. Requirements
  2. Usage

XJuiThemeSwitcher encapsulates the Theme Switcher Widget.

Requirements

  • Yii 1.1.7 or above...
  • a connection to the internet

Usage

  • extract the file under .../protected/extensions
  • put in a view a code blocks like the following...
<?php
$this->widget('ext.themeswitcher.XJuiThemeSwitcher', array(
        "id"=>"switcher",
        "options"=>array("loadTheme"=>"Redmond")
    ));
?>
1 0
2 followers
837 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: volkmar
Created on: Sep 23, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions