Search code examples
javascriptyuirte

YUI: RTE: focus and blur events


Is it possible to get the equivalent of the focus and blur events that we have on other form controls for the RTE? That is, I would like to know when a given RTE gets the focus and when it loses it.

I see that the RTE supports lots of events (http://developer.yahoo.com/yui/editor/#events), but I don't see anything about focus/blur. Am I missing something?


Solution

  • Dav Glass answered on the YUI mailing list that at this point this is not possible. However, there are ways to emulate this, even if they are not perfect. More in this thread of the YUI list.