Skip to Content
Menu
This question has been flagged

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

I wan to know whether we can and how to?

Avatar
Discard
Best Answer
<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>
Avatar
Discard
Author

thank you very much

Related Posts Replies Views Activity
0
Oct 23
3317
1
Oct 20
3577
2
Jun 20
3274
5
Dec 17
4746
3
Jan 24
15497