언어 설정

Menu
Sites
Language
call child function from parent

Hi, 

I wonder I can call specific funciton of main.js on tizen from other javascript on server-side. 

If possible, please let me know how to call it between tizen and server-side. 

Thanks in advance. 

 

Responses

2 댓글
Lakshmi Grandhi

Hi,

After including the script file in the html page, you can use function.

For this you need to url in the access tab of config file.

 

Alexander AVSukhov

Hello,

Use <script> tag to define a client-side script, such as a JavaScript.

After this you can use server-side script on your app.