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.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.