Class ScriptAction
- Namespace
- JJMasterData.Core.DataDictionary.Models.Actions
- Assembly
- JJMasterData.Core.dll
public sealed class ScriptAction : BasicAction
- Inheritance
-
ScriptAction
- Inherited Members
Properties
IsCustomAction
[JsonIgnore]
public override bool IsCustomAction { get; }
Property Value
OnClientClick
JS script that will be executed when the user clicks on the control.
[JsonPropertyName("onClientClick")]
[Display(Name = "Script")]
[LanguageInjection("Javascript")]
public string OnClientClick { get; set; }
Property Value
Methods
DeepCopy()
public override BasicAction DeepCopy()