cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi guru's...

Are there any restrictions in the use of JavaScript Coding within Livecycle Designer?

Which objects, methods and/or functions can be used and which can't?

Is there a reference guide for this?

And is there a way to use some kind of debugging for testing the JavaScript code within an Adobe Form?

Thanks in advance

Wouter Heuvelmans

SABIC Europe SAP Competence Center

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

You can learn JavaScript(use it as reference) from this site...

<i><b>http://www.w3schools.com/</b></i>

And coming to restrictions...I dont find as such any till now in my usage...

I used to use ALERTS for DEBUGGING purpose...

Here is some sample coding...

<i>var strText = "Raja";

alert("Hello Javacript"+strText);</i>

Regards,

<i><b>Raja Sekhar</b></i>