Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3500 Vistas

Dear Community,

I want to override reset function of NumpadState and call it in my own template. I tried below code:

var _super_numpad = models.NumpadState.prototype;

models.NumpadState = models.NumpadState.extend({
    reset: function() {
        _super_numpad.reset.apply(this,arguments)
        this.set({
            buffer: "0",
            mode: ""
        });
    }
});

But this doesn't help me out.

Can anyone provide me a solution for this and also how can I call this function in my custom template?

Thanks in advance.

Avatar
Descartar
Mejor respuesta

Hello,

It's been a while but ,did you find a solution to this problem? If yes , can you share it ? 

Thanks in advance.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jun 19
3406
0
abr 25
1165
1
sept 23
7295
2
ene 19
3974
2
feb 18
10542