Class yii\jui\DatePickerLanguageAsset

Inheritanceyii\jui\DatePickerLanguageAsset » yii\web\AssetBundle
Available since version2.0

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$autoGenerate boolean Whether to automatically generate the needed language js files. yii\jui\DatePickerLanguageAsset
$depends yii\jui\DatePickerLanguageAsset
$language string Language to register translation file for yii\jui\DatePickerLanguageAsset
$sourcePath yii\jui\DatePickerLanguageAsset

Property Details

$autoGenerate public property

Whether to automatically generate the needed language js files. If this is true, the language js files will be determined based on the actual usage of yii\jui\DatePicker and its language settings. If this is false, you should explicitly specify the language js files via \yii\jui\js.

public boolean $autoGenerate true
$depends public property
public $depends = ['yii\jui\JuiAsset']
$language public property

Language to register translation file for

public string $language null
$sourcePath public property
public $sourcePath '@bower/jquery-ui'

Method Details

registerAssetFiles() public method

public void registerAssetFiles ( $view )
$view