2amigos / yiiwheels

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

WhHtml::getOption() bug #65

Closed mitalcoi closed 10 years ago

mitalcoi commented 11 years ago

Hi! I'm trying to use WhDateRangePicker widget but have an error:Fatal error: Call to undefined method WhHtml::getOption() in /home/sorokin/htdocs/hut/vendor/crisu83/yiiwheels/widgets/daterangepicker/WhDateRangePicker.php on line 45

My code:

$this->widget(
                    'yiiwheels.widgets.daterangepicker.WhDateRangePicker', array(
                'name' => 'daterangepickertest',
                'htmlOptions' => array('placeholder' => 'Select date')
                    ), true)
tonydspaniard commented 10 years ago

Please, update the version. Helper WhHtml has been removed, it should be TbHtml