QWebElement.appendInside - javascript not working
-
Hello.
I am working on plugin for im client that will be show chat in QWebView. Plugin must support html templates.Now I'm trying to append new messages by call QWebElement.appendInside('new message') and if in template there is javascript source it does not work.
I can't use QWebElement.evaluatejavascript() becouse template may be such type
http://paste.org.ru/?ug7mie
(sorry, can't insert code here - forum bug)
and i don't know function names.