Hi all,
is it possible to change object properties at runtime?
For example: I would change the balloon text using a onclick event of my form button.
I see that it is possible in javascript using g_arVars["var_name"] (for global variable) and
g_arSlideVars["var_name"] (for slide variable), but I don't know the correct syntax. I tried to write: g_arSlideVars["var_name"].text = "my text"; but it doesn't work.
Could someone help me please?
Angelo
Hi all,
is it possible to change object properties at runtime?
For example: I would change the balloon text using a onclick event of my form button.
I see that it is possible in javascript using g_arVars["var_name"] (for global variable) and
g_arSlideVars["var_name"] (for slide variable), but I don't know the correct syntax. I tried to write: g_arSlideVars["var_name"].text = "my text"; but it doesn't work.
Could someone help me please?
Angelo