gpt4 book ai didi

javascript - CakePHP 模式在卸载后不显示 'DebugKit.Toolbar'

转载 作者:行者123 更新时间:2023-11-28 01:53:22 25 4
gpt4 key购买 nike

嗯,我不知道如何解释这个问题,因为它太奇怪了。

//Config/bootstrap.php
class AppController extends Controller {
public $components = array(
'DebugKit.Toolbar',
'Security' => array('csrfUseOnce' => false,'csrfExpires' => '+1 hour'),
'Session',
//more code below

我所做的更改是删除 DebugKit.Toolbar,然后 Bootstrap 模式不显示。

//default.ctp anchor tag
<li><?=$this->Html->link('Sign in', '/signin',array('data-toggle'=>'modal','data-remote'=>'false','data-target'=>'#signin'));?></li>

//default.ctp modal
<section class="modal fade" id="signin" tabindex="-1" role="dialog" aria-labelledby="Sign in" aria-hidden="true">
//some other code
</section>

//default.ctp script
</footer>
<?php
echo $this->Html->script(array('bootstrap','jquery.min','holder'));
?>
</body>

我完全困惑,卸载插件如何使 Bootstrap 模式与不工作无关?知道我做错了什么吗?

最佳答案

DebugKit 使用 jQuery。 Bootstrap 可能使用了该布局,而不是您在布局中包含的布局。

您可能希望在 Bootstrap 之前包含 jquery.min

关于javascript - CakePHP 模式在卸载后不显示 'DebugKit.Toolbar',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19445818/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com