Closed GoogleCodeExporter closed 8 years ago
Correction based on CHTML::activeCheckBoxList (1477) :
http://code.google.com/p/yii/source/browse/tags/1.1.7/framework/web/helpers/CHtm
l.php#1477
if(array_key_exists('uncheckValue',$htmlOptions)) {
$uncheck=$htmlOptions['uncheckValue'];
unset($htmlOptions['uncheckValue']);
} else
$uncheck='0';
Original comment by evangeli...@gmail.com
on 17 May 2011 at 10:18
Thanks for checking the trunk code out!
This was introduced by r104.
http://code.google.com/p/giix/source/browse/trunk/giix-components/GxHtml.php#43
Original comment by rodrigo.coelho@gmail.com
on 17 May 2011 at 6:26
Issue 15 has been merged into this issue.
Original comment by rodrigo.coelho@gmail.com
on 27 May 2011 at 9:17
This issue was closed by revision r110.
Original comment by rodrigo.coelho@gmail.com
on 2 Jun 2011 at 1:01
Original issue reported on code.google.com by
evangeli...@gmail.com
on 17 May 2011 at 10:10