Cyberangel67
9 Oct 2010, 8:15 PM
When using appemdChild in this manner returns an error, yet there is no real reason why this is an issue.
For example
el = Ext.get('myData');
el.appendChild('<li>test</li>');
Doesn't work with a very strange message. Anyway have any clues what is wrong here? Yet if I dump the variable el back to fireBug there is a clear indication I can use appendChild.
For example
el = Ext.get('myData');
el.appendChild('<li>test</li>');
Doesn't work with a very strange message. Anyway have any clues what is wrong here? Yet if I dump the variable el back to fireBug there is a clear indication I can use appendChild.