[CLOSED] When should i use ajaxevents and when listeners?

  1. #1

    [CLOSED] When should i use ajaxevents and when listeners?

    Excuse me, could someone tell when should i use ajaxevents and when listeners?, what's the difference? i wanna be totally clear when is better to use the former and when the latter.

    Thanks.
  2. #2

    RE: [CLOSED] When should i use ajaxevents and when listeners?

    Hi afhi,

    A Listener is a client-side JavaScript event.


    An AjaxEvent is kind of like a "super" Listener. The AjaxEvent extends the functionality of Listeners by triggering a server-side event to fire.*You can think of an AjaxEvent as similar to an "Ajax PostBack".


    The following examples provide an introduction to the use of Listeners and AjaxEvents.


    Listeners
    https://examples1.ext.net/#/Listener.../Add_Listener/



    AjaxEvents
    https://examples1.ext.net/#/AjaxEvents/Basic/Summary/



    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] When should i use ajaxevents and when listeners?

    thanks for that Geoffrey.

Similar Threads

  1. Replies: 0
    Last Post: Apr 04, 2011, 6:05 PM
  2. [CLOSED] Set listeners with On()
    By pil0t in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 27, 2010, 12:45 PM
  3. [CLOSED] Listeners + AjaxEvents
    By state in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 07, 2009, 7:26 AM
  4. [CLOSED] AjaxEvents
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 10, 2008, 6:37 PM

Posting Permissions