CMSDocumentManagerGetJSFunction Method |
Gets java-script function
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public string GetJSFunction(
string action,
string argument,
string comment
)
Parameters
- action
- Type: SystemString
Action name - argument
- Type: SystemString
Action argument - comment
- Type: SystemString
Action comment
Return Value
Type:
StringImplements
ICMSDocumentManagerGetJSFunction(String, String, String)See Also