(jsb) editbox 如何調用ime

textfield 有attachwithime
editbox 如何調用 ime ?

因為editbox 在點擊後的input 缺少了輸入法提示字, textfield 的沒有問題

textfield 有以下的delegate…
attachWithIME:function () {
return cc.imeDispatcher.attachDelegateWithIME(this);
},

editbox:touchDownAction(editbox,ccui.TouchEventType.ended)