dynatree Wrapper class for jQuery Dynatree extension also handles with setting selected items and form submit.

  1. Requirements
  2. Usage
  3. Resources

Wrapper class for jQuery Dynatree extension also handles with setting selected items and attaches selected items to the form in hidden fields.

Requirements

Yii 1.1 or abobe

Usage

You can call widget in view files like following.

<?php $this->widget('ext.dynatree.DynaTree',array(
    'attribute'=>CHtml::activeName($model,'categories'),
    'data'=>Category::model()->getCategoryTree('tree'),
    'selection'=>$model->categoryIds,
)); ?>

Resources

4 0
13 followers
2 207 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: broker
Created on: Nov 10, 2012
Last updated: 10 years ago

Downloads

show all

Related Extensions