Accessing YUI RichTextEditor node
Posted
by Doesntmatter
on Stack Overflow
See other posts from Stack Overflow
or by Doesntmatter
Published on 2010-03-17T20:23:54Z
Indexed on
2010/03/17
21:21 UTC
Read the original article
Hit count: 362
I'm inserting images to editor with id param. after that i'm trying to access it with Dom.get('id'), but it returns null.
I understand that it returns null because it works under parent window's scope. Is there any standard way to access it?
© Stack Overflow or respective owner