
今天发现没录用这个logo。没关系,就像今天应聘一样,机会总会有的。
What does IWC mean by? It would be "It Was Che" or "I Want Change" or "I Would Call my soul my own"^
Could not create the view: Plug-in net.sf.simpletest.eclipse was unable to load class net.sf.simpletest.eclipse.ui.SimpletestView.官网上说
PHPUnit3 is not currently supported but will be supported in the near future.
onFormSuccess:function(transport)
{
var json=transport.responseText.evalJSON(true);
var errors=$H(json.errors);
if(errors.size()>0){//当没错的时候收到空的errors[]
this.form.down('.error').show();
errors.each(function(pair){
this.showError(pair.key,pair.value);
}.bind(this));
}
else{
this.form.submit();
}
}
}
};
onFormSuccess:function(transport)
{
var json=transport.responseText.evalJSON(true);
var errors=$H(json.errors);
var success=json.success;
if(success){
//this.valiEnd=true;
this.form.submit();
}
else{
if(errors.size()>0){
this.form.down('.error').show();
errors.each(function(pair){
this.showError(pair.key,pair.value);
}.bind(this));
}
}
}
};
Grid Focus by Derek Punsalan 5thirtyone.com. Converted by Blogger Buster