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

Hi,


i'm trying to extend a widget ListView to my custom widget.


var NewListView = ListView.extend({
    init: function(parent) {
         this._super(parent, parent.dataset, parent.view_id, parent.options);
         this.editor = new ListEditor(this);
    },
    start:function(){
        ...
    },
    .......
});
...
core.form_widget_registry.add('new_list_view', NewListView);

 

This is called and it works, but after leaving the init, this failed in file form_view.js in the next instruction:

if (JSON.parse(field.node.attrs.default_focus || "0"))

Because, field.node is undefined.


Someone can help me to solve this?

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
ian. 21
3096
0
aug. 20
3083
0
feb. 18
3377
0
sept. 17
4178
2
nov. 15
683