This extension is a wrapper for the jquery file tree plugin http://abeautifulsite.net/notebook/58
protected/extensionsSee the following code example:
$this->widget('application.extensions.filetree.SFileTree', array( "div"=>"filetree", "root"=>"/my/path/", "expandEasing"=>"easeOutBounce", "collapseEasing"=>"easeOutBounce", "multiFolder"=>"false", "callback"=>"callback", ) ); <div id="filetree"> </div>
Be the first person to leave a comment
Please login to leave your comment.