I need to realize this function for backend form view:
inherited XML:
<div id="target">Click here</div>
Javascript:
$( "#target" ).click(function() {
alert( "Handler for .click() called." );
});
Thanks in advance for example or link.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need to realize this function for backend form view:
inherited XML:
<div id="target">Click here</div>
Javascript:
$( "#target" ).click(function() {
alert( "Handler for .click() called." );
});
Thanks in advance for example or link.
I found a solution:
Javascript:
openerp.my_module= function(instance) {
instance.web.FormView = instance.web.FormView.extend({
events: {
'click #target': 'button_clicked',
},
button_clicked: function() {
alert('Handler for .click() called.')
},
});
}
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
gru 22
|
2469 | ||
|
1
lis 19
|
18388 | ||
|
0
gru 21
|
3881 | ||
|
0
cze 25
|
343 | ||
|
1
cze 25
|
654 |