2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

WhGridView widget doesn't work. Solution! #120

Closed andrey-bahrachev closed 10 years ago

andrey-bahrachev commented 10 years ago

Currently WhGridView widget doesn't work. It tries to include TbHtml.php file from wrong location.

In the beginning of "yiiwheels.widgets.grid.WhGridView" file this line ... Yii::import('bootstrap.widgets.TbHtml'); ... must be changed to this ... Yii::import('bootstrap.helpers.TbHtml'); ...

mirjalal commented 10 years ago

I also encountered with the same problem. just copy TbHtml.php from original path to error displayed path.

tonydspaniard commented 10 years ago

Please, use the master version. Will tag for new version when I test the library through: https://github.com/2amigos/yiiwheels/blob/master/widgets/grid/WhGridView.php#L19