Exemplo n.º 1
0
		public static void Dialog(Element content, IEnumerable<BootboxHandler> handlers, BootboxOptions options=null){}
Exemplo n.º 2
0
		public static void Dialog(string message, IEnumerable<BootboxHandler> handlers, BootboxOptions options=null){}
Exemplo n.º 3
0
		public static void Dialog(string message, BootboxHandler handler, BootboxOptions options =null){}
Exemplo n.º 4
0
		public static void Dialog(Element content, BootboxHandler handler, BootboxOptions options =null){
		}
Exemplo n.º 5
0
		public static void ShowBootboxDialog(string message, IEnumerable<BootboxHandler> handlers=null, BootboxOptions options=null)
		{
			Bootbox.Dialog (message, handlers?? new BootboxHandler[0], options?? new BootboxOptions());
		}