crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

Add yiiwheels redactor to boostrap.widgets.TbActiveForm #178

Closed adriandrozdz closed 10 years ago

adriandrozdz commented 10 years ago

As in title can you help me and tell me if it's even possible to use yiiwheels redator in activeform and if so - how can I achieve that?

DrMabuse23 commented 10 years ago

http://yiiwheels.2amigos.us/site/editors you read this ?

adriandrozdz commented 10 years ago

Of course I did but I don't know how to assign it to the model. In yiistrap I do this

<?php echo $form->textAreaControlGroup($model, 'description', array('span' => 10, 'rows' => 5));?>

and how to attach this??

<?php $this->widget('yiiwheels.widgets.redactor.WhRedactor', array(
            'name' => 'description'
));?>
kmolchanov commented 10 years ago

How do you resolve this problem?

crisu83 commented 10 years ago

You can use the customControlGroup for this.