我通过YII框架使用
jquery datepicker并使用图像.
这个图像有标题和alt,我无法删除它们
这个图像有标题和alt,我无法删除它们
$this->widget('zii.widgets.jui.CJuiDatePicker',array( 'name' => 'sso_register[dob]',//'model' => $model,'attribute' => 'dob','value' => $dbText,'options' => array( 'changeMonth' => true,'changeYear' => true,'dateFormat' => 'dd/mm/yy','yearRange' => "-100:+0",'maxDate' => '31/12/2007',//day can choose >= tomorrow 'buttonImage' => Yii::app()->baseUrl . '/images/date_picker.png','buttonImageOnly' => true,'showButtonPanel' => false,'showOn' => 'button','altField' => '',),'htmlOptions' => array( 'class' => 'inputfield-middleside-date','readonly' => 'true','style' => 'position: relative; z-index: 100;','tabindex' => '7','alt'=>'','title'=>'',) ));