コード例 #1
0
ファイル: ActiveForm.php プロジェクト: dieos2/bolaoyyi2
 /**
  * Registers the needed assets
  */
 public function registerAssets()
 {
     $view = $this->getView();
     ActiveFormAsset::register($view);
 }
コード例 #2
0
ファイル: ActiveForm.php プロジェクト: ICHydro/anaconda
 /**
  * Registers the needed assets
  */
 public function registerAssets()
 {
     $view = $this->getView();
     ActiveFormAsset::register($view);
     $id = 'jQuery("#' . $this->options['id'] . ' .kv-hint-special")';
     $view->registerJs('var $el=' . $id . ';if($el.length){$el.each(function(){$(this).activeFieldHint()});}');
 }