PATH:
home
/
letacommog
/
letaweb
/
protected
/
extensions
/
YiisyCrudAdmin
/
fields
<?php class RDbDate extends RDbBase { protected function renderInput($activeForm, $htmlOptions) { return Yii::app()->controller->widget( 'zii.widgets.jui.CJuiDatePicker', array( 'model' => $this->_model, 'attribute' => $this->_field, 'options' => array( 'dateFormat' => 'yy-mm-dd', 'changeMonth' => 'true', 'changeYear' => 'true', 'showButtonPanel' => 'true', 'constrainInput' => 'false', ), ), true ); } }
[+]
..
[-] RDbBoolean.php
[edit]
[-] RDbRelation.php
[edit]
[-] RDbEscapedText.php
[edit]
[-] RDbSelect.php
[edit]
[-] RDbDate.php
[edit]
[-] RDbText.php
[edit]
[-] RDbSimpleText.php
[edit]
[-] RDbBase.php
[edit]
[-] RDbFile.php
[edit]