GlideAjax from UI Action

Andrii
Kilo Guru

Hi, I'm stuck with trying to call GlideAjax from UI Action ... suppose I need to surrender and agree that it is not possible.

But before I do that - I would like to ask you, experts *)

So I have some UI Action (on a List) that I want to call GlideAjax.

1 ACCEPTED SOLUTION

Ha-ha! *) I think I just ot too tired .. didn't notices   that my call of GlideAjax was incorrect:



was: var ga = new SuperGlue();


changed: var ga = GlideAjax('SuperGlue');



Thank you for trying to help me - sometimes we don't need correct answer - only somebodies intention to help*) Thank you!


View solution in original post

5 REPLIES 5

Ha-ha! *) I think I just ot too tired .. didn't notices   that my call of GlideAjax was incorrect:



was: var ga = new SuperGlue();


changed: var ga = GlideAjax('SuperGlue');



Thank you for trying to help me - sometimes we don't need correct answer - only somebodies intention to help*) Thank you!