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