i was trying to understand how the code is structured. i read the pdf
regarding your style of programming, but i still couldn't figure out
how you did your caret at this point.
Basically, when i click on a character anywhere, you can detect which
character precisely i've clicked and move the caret there. How did you
detect which character i clicked? Where did you handle to the event?
thank you very much for any pointers!
Jason
--
www.ymacs.com - AJAX code editor
To unsubscribe, reply using "remove me" as the subject.
I am trying to look through the DlEvent library, but i can't figure
out what the DOM argument (where your D and P are) is. As well, for
clarification, the difference between event and eventproxy is that
event is for native events in javascript and eventproxy is for user
defined events?
Another question, i noticed that in the docs it says for EventProxy
you need to call callHooks to pass in parameters and such. Is the ev
in _on_mouseDown(ev) an instance of DlEvents?
Thank you very much for all your help!
Jason
On Apr 14, 2:29 am, Mihai Călin Bazon <mihai.ba...@gmail.com> wrote:
> Hi Jason,
>
> It's one of the tricky parts. :-) But the algorithm is quite simple -- look
> >www.ymacs.com- AJAX code editor