leftsidebar dynamic sidebar slider on the left side of the browser.

  1. Requirements
  2. Installation
  3. Usage
  4. Example
  5. Demo
  6. Update
  7. Finally
  8. Resources

Sidebar on the left side of the browser. slides in on mouse over and slides out automatically when mouse leaves the sidebar.

I refered rightsidebar extention from yiiframework.com.

This left sidebar can be used to display menu or some other useful things in your application.

Requirements

Yii 1.1.12

Installation

Copy the folder 'leftsidebar' to protected/extensions

Usage

Just type below things in your view file

$this->beginWidget('application.extensions.leftsidebar.leftSidebar');
    //your sidebar contents goes here
$this->endWidget();

Example

$this->beginWidget('application.extensions.rightsidebar.RightSidebar', array('title' => 'Menu', 'collapsed' => true));
 
//here you display a cmenu or gridview or any other thing as per your needs.
//or you can simply display contents form variable like below
echo $var;

 
$this->endWidget();

Demo

A demo sidebar available at this location. But it will be a rightsidebar.

I have not add arrow mark in my extention, If you need in your application then i will guide to achieve this.

Update

I have created another extension sidebar, This can be used to display sidebar on either right or left side the browser. I prefer you to use this extension.

Further Details are at this location.

Finally

I am waiting for valuable comments from users to improve this extension.

I have created an youtube video on Yii framework view it and review it at https://www.youtube.com/watch?v=G7_2tdZRQnE

Resources

rightsidebar extension from yiiframework.com

2 0
4 followers
620 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: ramamoorthy071
Created on: Aug 14, 2013
Last updated: 9 years ago

Downloads

show all

Related Extensions