sfiletree A wrapper for the jquery file tree plugin

  1. Documentation
  2. Change Log

This extension is a wrapper for the jquery file tree plugin http://abeautifulsite.net/notebook/58

Resources

Documentation

Requirements
  • Yii 1.06 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

<?php
$this->widget('application.extensions.filetree.SFileTree',
    array(
    "div"=>"filetree",
    "root"=>"/my/path/",
    "expandEasing"=>"easeOutBounce",
    "collapseEasing"=>"easeOutBounce",
    "multiFolder"=>"false",
    "callback"=>"callback",
    )
);
?>
 <div id="filetree"> </div>

Change Log

October 8, 2009
  • Initial release.
0 0
2 followers
549 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: Spyros
Created on: Oct 8, 2009
Last updated: 14 years ago

Downloads

show all