如何定義texfield驗證器範圍? 我在控制器定義驗證器與該代碼:extjs驗證器範圍
this.editView.getRegNumberTextField().validator = this.regNumberValidator;
//...
regNumberValidator:function (input) {
//validation here
}
但是,在這種情況下,在功能regNumberValidator範圍RegNumberTextField。我希望它成爲Controller範圍。我用{scope:this}嘗試了Ext.apply,但它沒有幫助。應該有一些方法來定義範圍,如在on('event',handler, scope)
聲明中。
否代表在第4版中 – 2012-04-06 18:03:04