Table of Contents

Class ActionScripts

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll
public class ActionScripts
Inheritance
ActionScripts
Inherited Members

Constructors

ActionScripts(ExpressionsService, UrlRedirectService, IMasterDataUrlHelper, IEncryptionService, IStringLocalizer<MasterDataResources>)

public ActionScripts(ExpressionsService expressionsService, UrlRedirectService urlRedirectService, IMasterDataUrlHelper urlHelper, IEncryptionService encryptionService, IStringLocalizer<MasterDataResources> stringLocalizer)

Parameters

expressionsService ExpressionsService
urlRedirectService UrlRedirectService
urlHelper IMasterDataUrlHelper
encryptionService IEncryptionService
stringLocalizer IStringLocalizer<MasterDataResources>

Methods

GetFormActionScript(ActionContext, ActionSource, bool, bool)

public string GetFormActionScript(ActionContext actionContext, ActionSource actionSource, bool encode = true, bool isAtModal = false)

Parameters

actionContext ActionContext
actionSource ActionSource
encode bool
isAtModal bool

Returns

string

GetHideModalScript(string)

public static string GetHideModalScript(string componentName)

Parameters

componentName string

Returns

string