Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I'm trying to set the location of the cursor to the end of the text in my editor.
Please let me know how I can achieve this goal.
Dennis
Hello Dennis,
See the help topic on how to use ranges to set the location of the cursor. For focusing the last node in the editor, use the last element in the editable content.
This would be editor.body.lastChild, or the end of its previousSibling.