我越來越 遺漏的類型錯誤:無法調用未定義
方法「專注」發生在煎茶觸摸2:
Ext.Msg.prompt with #myinput closed and then opened **again**.
Ext.getCmp('myinput').focus(); works fine for the first time only. How to set the cursor into `myinput` always?
它的工作原理是第一次消息框只開了。
更新:下面是我的核心代碼。
Ext.Msg.prompt('',
'Some text description',
function(btn, text) {
},
this,
false,
null,
{ placeHolder: 'Please enter some text here', xtype: 'numberfield', id: 'myinput' }
);
Ext.getCmp('myinput').focus();
謝謝。我通過添加我的代碼更新了我的問題。 – Haradzieniec