Page 2 of 2

set detailed content

Posted: Thu Jul 17, 2014 12:52 am
by Yurii Orishchuk

Hi Michael,

You show us HTML code editor and JS code inside this editor it's incorrect.

If you need to use this JS Code you have two ways:

1 Add to your page JS "page show" event handler. And populate it with code you need. See details: http://prntscr.com/43fpi6/direct

2 Place code inside HTML component. But you need to wrap this code with tag <script. See example:

pre

<script

&#47;&#47;This is JS code&#46;
alert("Hello world");

</script

/pre

Regards.