ftftft
3 Oct 2007, 10:26 AM
I could create a combox with the latest code from SVN 1080. It works with Ext 2.0 Alpha 1.
It said config is not defined.
this.selectedIndex = -1;
if(this.mode == 'local'){
if(config.queryDelay === undefined){
this.queryDelay = 10;
}
if(config.minChars === undefined){
this.minChars = 0;
}
}
It said config is not defined.
this.selectedIndex = -1;
if(this.mode == 'local'){
if(config.queryDelay === undefined){
this.queryDelay = 10;
}
if(config.minChars === undefined){
this.minChars = 0;
}
}