Yii2形式在bootstrap模态内

时间:2015-11-02 12:14:41

标签: php twitter-bootstrap yii2 bootstrap-modal active-form

如果将ActiveForm置于bootstrap模式中,则所有资产都会再次注册,从而导致jquery冲突并影响性能。 如何控制从ActiveForm注册的资产,注意我需要验证而不需要其他脚本。

enter image description here

1 个答案:

答案 0 :(得分:0)

在此之前插入此代码:return $this->renderAjax()

Yii::$app->assetManager->bundles = [
  'yii\bootstrap\BootstrapPluginAsset' => false,
  'yii\bootstrap\BootstrapAsset' => false,
  'yii\web\JqueryAsset' => false,
];