添加js代码以在magento中的控制器中创建布局

时间:2012-11-22 05:50:54

标签: magento

我正在使用

在我的控制器中创建一个块
  

$ this-> _addContent($ this-> getLayout() - > createBlock('mymodule / mymodule_newpage')

有什么方法可以将js代码嵌入到addcontent函数中。我不想添加完整的js,而是一大堆代码。

由于

2 个答案:

答案 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工作......