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

CHG: properly override default activeForm class #252

Closed marcovtwout closed 10 years ago

marcovtwout commented 10 years ago

Allows supplying activeForm config without specifying form class.

$form = new TbForm(array(
    'activeForm' => array(
        'enableClientValidation' => true,
    ),
    ...
crisu83 commented 10 years ago

The build is broken, fix it and I can consider merging this.

marcovtwout commented 10 years ago

What exactly is broken about the build?

crisu83 commented 10 years ago

My bad, it seems that only Scrutinizer failed. I'll merge it. thanks. :)