我正在使用
在我的控制器中创建一个块$ this-> _addContent($ this-> getLayout() - > createBlock('mymodule / mymodule_newpage')
有什么方法可以将js代码嵌入到addcontent函数中。我不想添加完整的js,而是一大堆代码。
由于
答案 0 :(得分:0)
您可以通过在(mymodule/mymodule_newpage)
标签下添加该静态区块content
中的特定js文件。
<script type="text/javascript" src="http://your_site.com/js/your_js_file.js"></script>
虽然我不是百分百肯定。
试一试。
Goodluck。
答案 1 :(得分:0)
您可以尝试:
$ this-&gt; _addContent($ this-&gt; getLayout() - &gt; createBlock('core / text') - &gt; setText('your script here'));
Obs:我无法让sintax突出显示fpr PHP工作......