You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Griddly.Mvc/GriddlyButton.cs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,11 @@ public GriddlyButton(string additionalClassName = null)
37
37
publicstringConfirmMessage{get;set;}
38
38
publicboolAlignRight{get;set;}
39
39
40
+
/// <summary>
41
+
/// A function name to use to show the confirm message. Takes two parameters, message and callback. Callback is a function to call to continue the button click if the confirm was accepted.
42
+
/// </summary>
43
+
publicstringConfirmPromptFunction{get;set;}
44
+
40
45
/// <summary>
41
46
/// The row ids to include in the button action (default uses grid default)
0 commit comments