gpt4 book ai didi

蛋糕PHP 3 : Add specific JS/CSS file to a specific view

转载 作者:行者123 更新时间:2023-12-01 07:35:18 27 4
gpt4 key购买 nike

我正在使用 CakePHP 3.3.10。我需要将 JavaScript 文件添加到特定 View 。

// default.ctp  
// I need to remove this script in default.ctp and load only in a specific view.

<?= $this->Html->script(['otherfile.js', 'otherfile.js', folder/scripts.js']) ?>

如何仅在此 View 中加载 js 文件?:
// index.ctp  
// I need to load the scripts.js file only in this view

最佳答案

<?php echo $this->Html->css('style.css',['block'=>true]); ?>

block = true 选项使 css 加载到 head 标签内。它将被加载到您放置代码的位置 <?php echo $ this-> fetch ('css'); ?>在你的模板中

关于蛋糕PHP 3 : Add specific JS/CSS file to a specific view,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41148482/

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