Side navigation
#12317 closed bug (invalid)
Opened August 16, 2012 10:11AM UTC
Closed August 16, 2012 12:28PM UTC
Error in Chrome
Reported by: | akshatsha@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello
i am using this calender using YII but i am facing an issue in Google Chrome that the calender doesn't close down after double clicking the calender button.
<?php
$dob= $value->dateofbirth;
$new_dob = date("d/m/Y", strtotime($dob));
$value->dateofbirth = $new_dob;
$this->widget('zii.widgets.jui.CJuiDatePicker', array(
'attribute' => 'posted_on',
'model' => $MyDiary,
'value'=>'',
additional javascript options for the date picker plugin
'options' => array(
'showAnim' => 'fold',
'dateFormat'=> 'dd-mm-yy',
'changeMonth' => 'true',
'changeYear' => 'true',
'showButtonPanel' => 'true',
'yearRange' => '1910:c',
'showOn' => 'button',
'maxDate' => '0d',
'minDate' => '-102y',
'buttonImage' => Yii::app()->request->baseUrl.'/images/basic/ico_calendar.gif',
'buttonText' => 'Search Datewise Entry',
'closeText' => "X",
),
'htmlOptions' => array(
'style' => 'height:20px;',
'readonly' => 'readonly',
'class' => 'facebook',
'value'=>''.$RequestedDate.'',
),
));
?>
Attachments (0)
Change History (1)
Changed August 16, 2012 12:28PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please ask for help on a forum or StackOverflow.