Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5564 มุมมอง

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?

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ม.ค. 21
3092
0
ส.ค. 20
3079
0
ก.พ. 18
3372
0
ก.ย. 17
4171
2
พ.ย. 15
672