Skip to Content
Menú
This question has been flagged
1 Respondre
10840 Vistes

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

I wan to know whether we can and how to?

Avatar
Descartar
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
Descartar
Autor

thank you very much

Related Posts Respostes Vistes Activitat
1
de des. 24
4086
1
d’oct. 20
4400
2
de juny 20
4161
5
de des. 17
5527
3
de gen. 24
16475