scroll to selection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • byteit101
    New Member
    • Mar 2009
    • 25

    scroll to selection

    I have a embedded designmode document in an iframe, and I have a find and replace function that selects the next instance of a word. is there a scrollToSelecti on() function?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    i think there is no such method 'out of the box' ... you might calculate the position depending on the linenumber and character-height and then use the scrollTo() method ... so that means you have to implement a function that does this job.

    kind regards

    Comment

    Working...