Jump to content

Correct way to update variable when calling AddJs


carrera

Recommended Posts

Hi,

If I understand correctly you, you can use your variable as below:

 

1. On the "client side"

YourObj.myVar = 1;

2. On the "client side"

uniVars.myVar = 1;

how can i update myVar or just calling AddJS Again ?

 

if you want to update from the server side - Yes.

Link to comment
Share on other sites

  • 2 years later...

I have a similar problem.

In the onCreate of my form I create this javascript object is working perfectly.

UniSession.AddJS ('var socket = io.connect ();');

Once it is created I need to perform some functions of it like.

socket.on (); 
socket.disconnect ();

How can I send commands to this object?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...