如何在 volusion 编辑器中添加 javascript

how to add javascript in volusion editor

我想在编辑器中添加以下代码。

<script type="text/javascript" src="http://select-box.googlecode.com/svn/tags/0.2/jquery.selectbox-0.2.min.js"></script>

<script type="text/javascript">
$(function () {
    $("select").selectbox();
});
</script>

我什么时候将此文件包含在我的编辑器中?

来自意志论坛。

you can add some Javascript into your template_###.htm file (via the Design > File Editor page), typically on a new line immediately following the tag.

观看 this 视频,了解更多详细信息。