Table of Contents

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

bool

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

string

Methods

DeepCopy()

public override BasicAction DeepCopy()

Returns

BasicAction