Table of Contents

Class JJLinkButton

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll

Represents a clickable button

public class JJLinkButton : HtmlComponent
Inheritance
JJLinkButton
Inherited Members

Properties

Color

public BootstrapColor Color { get; set; }

Property Value

BootstrapColor

DividerLine

Show a divider before this action Default = false

public bool DividerLine { get; set; }

Property Value

bool

Remarks

Only valid if IsGroup is true.

Enabled

public bool Enabled { get; set; }

Property Value

bool

Icon

public IconType Icon { set; }

Property Value

IconType

IconClass

public string IconClass { get; set; }

Property Value

string

Remarks

FontAwesome 2022 icon class.

InnerHtml

public HtmlBuilder InnerHtml { get; }

Property Value

HtmlBuilder

IsDefaultOption

Action will be fired clicking at any place at the row.

public bool IsDefaultOption { get; set; }

Property Value

bool

IsGroup

Show the action inside a group. Default = false

public bool IsGroup { get; set; }

Property Value

bool

OnClientClick

[LanguageInjection("Javascript")]
public string OnClientClick { get; set; }

Property Value

string

OpenInNewTab

public bool OpenInNewTab { get; set; }

Property Value

bool

ShowAsButton

Add btn class on render. Default = false

public bool ShowAsButton { get; set; }

Property Value

bool

Spinner

public JJSpinner Spinner { get; set; }

Property Value

JJSpinner

Text

public string Text { get; set; }

Property Value

string

Tooltip

public string Tooltip { get; set; }

Property Value

string

Type

public LinkButtonType Type { get; set; }

Property Value

LinkButtonType

UrlAction

public string UrlAction { get; set; }

Property Value

string