コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
11512 ビュー

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
4813
1
10月 20
4971
2
6月 20
4698
5
12月 17
6013
3
1月 24
17033