Class JJMessageBox
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
public class JJMessageBox : HtmlComponent
- Inheritance
-
JJMessageBox
- Inherited Members
-
Properties
public string? Button1JsCallback { get; set; }
Property Value
- string
public string? Button1Label { get; set; }
Property Value
- string
public string? Button2JsCallback { get; set; }
Property Value
- string
public string? Button2Label { get; set; }
Property Value
- string
Content
public string? Content { get; set; }
Property Value
- string
Icon
public MessageIcon Icon { get; set; }
Property Value
- MessageIcon
Size
public MessageSize Size { get; set; }
Property Value
- MessageSize
Title
public string Title { get; set; }
Property Value
- string
Methods
GetDomContentLoadedScript()
public string GetDomContentLoadedScript()
Returns
- string
GetShowScript()
public string GetShowScript()
Returns
- string