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
ExpressionsServiceurlRedirectService
UrlRedirectServiceurlHelper
IMasterDataUrlHelperencryptionService
IEncryptionServicestringLocalizer
IStringLocalizer<MasterDataResources>
Methods
GetFormActionScript(ActionContext, ActionSource, bool, bool)
public string GetFormActionScript(ActionContext actionContext, ActionSource actionSource, bool encode = true, bool isAtModal = false)
Parameters
actionContext
ActionContextactionSource
ActionSourceencode
boolisAtModal
bool
Returns
GetHideModalScript(string)
public static string GetHideModalScript(string componentName)
Parameters
componentName
string