Click or drag to resize
CMSDocumentManagerGetJSSaveFunction Method
Gets java-script function for save action

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public string GetJSSaveFunction(
	string createAnother
)

Parameters

createAnother
Type: SystemString
Create another flag

Return Value

Type: String

Implements

ICMSDocumentManagerGetJSSaveFunction(String)
See Also