sl-ajax-tabs Jquery Ajax Tabs , Provides 10 kinds of style.

  1. Documentation
  2. Change Log

This extension is Jquery Ajax Tabs , Provides 10 kinds of style.

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the slajaxtabs dir under protected/extensions
  • Extract the images dir release file under images
  • Extract the css dir release file under css
  • The zip don't provide jquery.js.Use yii's jquery.js or download it.
    Usage

    See the following code example:

<script type="text/javascript" src="jquery.js"></script>
<?php
$tabs = array(
	array('title'=>'customer','url'=>'/general/customer/admin'),
    array('title'=>'account','url'=>'/general/account/admin'),
);
$this->widget('application.extensions.slajaxtabs.SlAjaxTabs', array('tabs'=>$tabs));
?>

Change Log

April 26, 2009
  • Initial release.
  • V1.1 support style change when tab is clicked.
  • V1.1 support auto click the first tab when html is loaded.
1 1
1 follower
1 974 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: sharehua
Created on: Apr 27, 2009
Last updated: 14 years ago

Downloads

show all