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

Can we use the header button (workflow button) to enter edit mode? I have tried


instance.web.FormView.include({

        init: function() {

            this._super.apply(this, arguments);

        },

        events: {

            "click .resume_consultation": "resume_consultation",

        },

        resume_consultation : function(ev) {

            ev.preventDefault();

            ev.stopPropagation();

        }

    })

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
4月 24
1957
4
11月 23
6060
0
10月 23
1800
0
12月 22
2703
2
12月 23
19484