read .js.smk

General forum for C series TVs.
Post Reply

Dmitriy
Posts: 1
Joined: Wed Oct 03, 2012 2:22 pm

Re: read .js.smk

Post by Dmitriy »

Hi,
Sorry for my English.
I found a way to read these files. You can redd them by log it in alert().
Just add this code to your .js files.

xhttp=new XMLHttpRequest();
xhttp.open("GET","$MANAGER_WIDGET/Common/IME_XT9/ime.js",false);
xhttp.send("");
xmlDoc=xhttp.responseText;
alert(xmlDoc);

I added this code in "scene init" function.
You will see content of .js.smk in log then you start your app.

p.s. I would not be involved in this, if it was a normal documentation

Post Reply

Return to “[C] General”