跳至內容
選單
此問題已被標幟
1 回覆
11187 瀏覽次數

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
4425
1
10月 20
4668
2
6月 20
4392
5
12月 17
5746
3
1月 24
16717