I have a navigation menu out side ckeditor and i want to navigate within the editor as all my element in editor have ids
scrollIntoView
how does this work
any example will be good
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The information in this question (asked by myself some months ago) should get you started.
The accepted answer outlines how to access elements inside the CKEditor document programmatically from JQUery.
It should be possible to fetch the desired element, and do a
ScrollIntoViewbased on that.This might already work (untested):