Guest User

Untitled

a guest
Sep 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. <?php $form->widget('zii.widgets.jui.CJuiDatePicker', array(
  2.             'model'=>$model,
  3.         'attribute'=>'viewDate',
  4.         'name'=>'viewDate',
  5.             // additional javascript options for the date picker plugin
  6.                 'options'=>array(
  7.                 'showAnim'=>'fold',
  8.                 ),  
  9.                 'htmlOptions'=>array(
  10.                 'style'=>'height:20px;',
  11.                 'value'=>'',
  12.             ),  
  13. )); ?>
Add Comment
Please, Sign In to add comment