- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2015 12:26 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2015 12:55 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2015 12:55 PM
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!