예제 #1
0
		public static void Dialog(Element content, IEnumerable<BootboxHandler> handlers, BootboxOptions options=null){}
예제 #2
0
		public static void Dialog(string message, IEnumerable<BootboxHandler> handlers, BootboxOptions options=null){}
예제 #3
0
		public static void Dialog(string message, BootboxHandler handler, BootboxOptions options =null){}
예제 #4
0
		public static void Dialog(Element content, BootboxHandler handler, BootboxOptions options =null){
		}
예제 #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());
		}