SPlus.List.addItem (args, function (result){
//TODO: Implement what to do when a new item was successfully added
}, function (eResponse){
//TODO: Implement how to handle error information
}, function (){
//TODO: Implement how to handle a user’s cancel
});