Class yii\gii\TypeAheadAsset

Inheritanceyii\gii\TypeAheadAsset » yii\web\AssetBundle
Available since extension's version2.0
Source Code https://github.com/yiisoft/yii2-gii/blob/master/src/TypeAheadAsset.php

Declares the asset files for jQuery 'typeahead' plugin.

See also http://twitter.github.io/typeahead.js/.

Property Details

Hide inherited properties

$depends public property
public $depends = [
    
'yii\bootstrap\BootstrapAsset',
    
'yii\bootstrap\BootstrapPluginAsset',
]
$js public property
public $js = [
    
'typeahead.bundle.js',
]
$sourcePath public property
public $sourcePath '@bower/typeahead.js/dist'