Hello,
Was the mwl method "insertHTML" removed from web tools 1.2 ?
I don't see it in the new API reference guide.
Rgds,
Surya
Hello,
Was the mwl method "insertHTML" removed from web tools 1.2 ?
I don't see it in the new API reference guide.
Rgds,
Surya
Hi,
At least the function is still part of the mwl. Have to check why it is not in the documentation.
-Ilkka
I just see the insertHTML funtion working with the basic web app proyect with single Scene.
Go to file -> new -> proyect -> basic web app proyect with single Scene, and take a look to index.html.
In my IDE works perfectly
About:
Nokia Web Developer Environment
Version: 3.2.0.201103190355
Hope it helps!
Last edited by VituchoInfonor; 2011-08-06 at 00:59. Reason: lexical error!
Hey,
insertHTML is deprecated. You should use e.g. DOM innerHTML (albeit this doesnt run inside the client but rather in the proxy).
petro
'petro
@petrosoininen