creates a confirm box
$$("ssheet").confirm({ text:"There is no undo, are you sure?" }).then(function(result){ // when the user clicks OK, do something });