Button added

This commit is contained in:
Vladimir Enchev
2014-06-13 11:00:34 +03:00
parent 2c4781db01
commit 7783f19ff3
6 changed files with 89 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ Custom dialogs:
d.show();
setTimeout(function(){ d.hide(); }, 2000);
//or cancelable
//or cancelable loading dialog
var d = new dialogs.Dialog("Loading...",
function(r){ dialogs.alert("You just canceled loading!"); }, { cancelButtonText: "Cancel" });
d.show();