Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
10853 Vizualizări

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

I wan to know whether we can and how to?

Imagine profil
Abandonează
Cel mai bun răspuns
<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>
Imagine profil
Abandonează
Autor

thank you very much

Related Posts Răspunsuri Vizualizări Activitate
1
dec. 24
4092
1
oct. 20
4408
2
iun. 20
4194
5
dec. 17
5532
3
ian. 24
16495