ExtendedTextAreaSetPosition Method |
Explicitly sets the editor position
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax 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