跳至內容
選單
此問題已被標幟
5729 瀏覽次數

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?

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
1月 21
3261
0
8月 20
3236
0
2月 18
3505
0
9月 17
4334
2
11月 15
838