Click or drag to resize
OnSiteEditHelperGetOnSiteEditStartTag Method (PageInfo, String, String, Object)
Gets the on site edit start tag for ASPX mode.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public static string GetOnSiteEditStartTag(
	PageInfo pageInfo,
	string editPageUrl,
	string dialogWidth,
	Object controlObject
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
The page info
editPageUrl
Type: SystemString
The edit page url used for edit dialog
dialogWidth
Type: SystemString
Width of the edit dialog (supports px, %..)
controlObject
Type: SystemObject
The current control object (must be defined in ASPX mode)

Return Value

Type: String
See Also