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

bs3: Wrapper function for easier widget creation #302

Closed marcovtwout closed 9 years ago

marcovtwout commented 9 years ago

Add wrapper function for easier widget creation without having to repeat model and attributes.

Example:

<?= $activeForm->widgetControlGroup($form, 'body', 'path.to.CKEditorWidget') ?>
crisu83 commented 9 years ago

Can we add a unit test for this?

marcovtwout commented 9 years ago

Is there any basic documentation about running the test suite? I never used codeception before.

crisu83 commented 9 years ago

Not really, but it should be pretty straight forward if you follow the Codeception docs.

crisu83 commented 9 years ago

Please add the test later, I'm accepting this PR now.

crisu83 commented 9 years ago

I just realized that this PR was to the bs3 branch, please redo it to the new develop branch.

EDIT: I have manually un-done the merge now from the bs3 branch.