Click or drag to resize
ExtendedTextAreaSetPosition Method
Explicitly sets the editor position

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void SetPosition(
	bool focus,
	int line,
	int ch
)

Parameters

focus
Type: SystemBoolean
Focus the editor
line
Type: SystemInt32
Line to jump to
ch
Type: SystemInt32
Char on the line to jump to
See Also