I have a web page that dynamically creates a cute editor in a div that is ajax-loaded from some PHP code. I would like to be able to sense changes (and other events) in this editor. If I implement CuteEditor_OnChange() in the page, I find it isn't getting fired. Any hints on what I need to do to enable events in my dynamic editor?
thanks!
-dr3d