Differences between extjs events and browser Standard Events

Source: Internet
Author: User
  • Standard Events: In Web applications, events generally refer to operations performed by users on page elements or responses obtained from the server using the mouse or keyboard.
  • Business Events: events related to specific businesses. For example, an expand event and a collapse event are triggered when the Panel component is expanded or shrunk, they are all related to specific businesses that expand or contract.
  • Event processing function: Responding to user operationsProgramOr a function, also known as an event listener.
  • Event binding: The process of associating time with event processing functions.
  • Event object: it represents the state of the event, such as the element that triggers the event object, the location and status of the mouse, and the key to press.

Extjs events are a perfect event system built on the basis of browser standard events. They not only support all browser standard events, but also support custom business events, is the basis for building extjs components.

The differences between extjs events and browser standard events are mainly manifested in the following aspects:

  1. The method for binding event processing functions is different.
  2. The support for custom business events varies.
  3. Different browsers are supported.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.