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