I want to use javascript to go to a line in the code. I cannot figure out how to call the go_to_line function which is a member of EditArea.prototype. How do I call the EditArea.prototype functions from javascript?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to use javascript to go to a line in the code. I cannot figure out how to call the go_to_line function which is a member of EditArea.prototype. How do I call the EditArea.prototype functions from javascript?
I found the answer to this.
top.frames["frame_"+your editarea name].editArea.go_to_line(some string):