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
DividerLine
Show a divider before this action Default = false
public bool DividerLine { get; set; }
Property Value
Remarks
Only valid if IsGroup is true.
Enabled
public bool Enabled { get; set; }
Property Value
Icon
public IconType Icon { set; }
Property Value
IconClass
public string IconClass { get; set; }
Property Value
Remarks
FontAwesome 2022 icon class.
InnerHtml
public HtmlBuilder InnerHtml { get; }
Property Value
IsDefaultOption
Action will be fired clicking at any place at the row.
public bool IsDefaultOption { get; set; }
Property Value
IsGroup
Show the action inside a group. Default = false
public bool IsGroup { get; set; }
Property Value
OnClientClick
[LanguageInjection("Javascript")]
public string OnClientClick { get; set; }
Property Value
OpenInNewTab
public bool OpenInNewTab { get; set; }
Property Value
ShowAsButton
Add btn class on render. Default = false
public bool ShowAsButton { get; set; }
Property Value
Spinner
public JJSpinner Spinner { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Tooltip
public string Tooltip { get; set; }
Property Value
Type
public LinkButtonType Type { get; set; }
Property Value
UrlAction
public string UrlAction { get; set; }