跳至内容
菜单
此问题已终结
1 回复
11555 查看

It seems that we can't define javascript function on xml file;

I wan to know whether we can and how to?

形象
丢弃
最佳答案
<template id="assets_backend" inherit_id="web.assets_backend">
     <xpath expr="." position="inside">
         <script type="text/javascript">
                 function your_function(args......)
                 {
                             //statements
                  }
         </script>
       </xpath>
 </template>
形象
丢弃
编写者

thank you very much

相关帖文 回复 查看 活动
1
12月 24
4819
1
10月 20
4974
2
6月 20
4702
5
12月 17
6018
3
1月 24
17041