Table of Contents

Class JJModalDialog

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll
public class JJModalDialog : HtmlComponent
Inheritance
JJModalDialog
Inherited Members

Constructors

JJModalDialog()

public JJModalDialog()

Properties

Buttons

public List<JJLinkButton> Buttons { get; set; }

Property Value

List<JJLinkButton>

HtmlBuilderContent

public HtmlBuilder HtmlBuilderContent { get; set; }

Property Value

HtmlBuilder

HtmlContent

public string HtmlContent { get; set; }

Property Value

string

IsCentered

public bool IsCentered { get; set; }

Property Value

bool

ShowAsOpened

public bool ShowAsOpened { get; set; }

Property Value

bool

Size

public ModalSize Size { get; set; }

Property Value

ModalSize

Title

public string Title { get; set; }

Property Value

string