【问题标题】:Implementing BBC gelui with joomla 3.0使用 joomla 3.0 实现 BBC gelui
【发布时间】:2014-09-02 09:33:54
【问题描述】:

我正在使用 Joomla! 3.0 由 Joomlashape Helix 模板提供支持,我正在关注本教程

http://www.bbc.co.uk/frameworks/gelui/guides/carousel

上面明确说我需要http://requirejs.org/docs/download.html

这是否与 Joomla 3.0 兼容?如果是,我该如何激活它?

非常感谢。

【问题讨论】:

    标签: javascript joomla3.0 icarousel


    【解决方案1】:

    This tutorial 在您必须将 css / js 添加到模板时非常有用。

    在您的情况下,您必须下载 js 库 (require.js) 并将其放在模板文件夹中,然后使用以下方法加载:

    <?php
      $document = JFactory::getDocument();
      $document->addScript(JUri::base() . 'templates/your_template/js/require.js');
    ?>
    

    * "your_template" 是您的活动模板名称。

    祝你好运!

    【讨论】:

      猜你喜欢
      • 2019-03-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-05-10
      • 1970-01-01
      • 2012-07-13
      相关资源
      最近更新 更多