scriptnya:
<?php $this->widget('zii.widgets.jui.CJuiDatePicker', array(
'model'=>'$model',
'name'=>'SuratMasuk[tanggal_surat]',
'value'=>$model->tanggal_surat,
'themeUrl'=>Yii::app()->request->baseUrl.'/css/juitheme/',
'theme'=>'bkf',
'language'=>Yii::app()->language=='id' ? 'id' : null,
'options'=>array(
'showAnim'=>'fold', // 'show' (the default), 'slideDown', 'fadeIn', 'fold'
'showOn'=>'button', // 'focus', 'button', 'both'
'buttonText'=>Yii::t('ui','Select form calendar'),
'buttonImage'=>Yii::app()->request->baseUrl.'/images/calendar.png',
'buttonImageOnly'=>true,
'showButtonPanel'=>true,
'changeYear'=>true,
'changeYear'=>true,
'dateFormat'=>'yy-mm-dd',
),
//'htmlOptions'=>array('style'=>'width:80px;vertical-align:top'),
'htmlOptions'=>array(
'size'=>10,
'style'=>'width:80px !important',
'readonly'=>'readonly',
),
));?>
terima kasih teman2...
tanggal.jpg (40.22K)
Number of downloads: 9

Help












