TAILIEUCHUNG - ASP.NET AJAX Programmer’s Reference - Chapter 6

DOM Extensions Document Object Model (DOM) lập trình là một trong những nhiệm vụ lập trình phía máy khách phổ biến nhất trong thế giới phát triển Web. AJAX DOM mở rộng mở rộng DOM lập trình truyền thống để hỗ trợ thêm cho phương pháp giống như NET và tài sản. Chương này cung cấp trong phạm vi bảo hiểm của các phần mở rộng. Như bạn sẽ thấy trong các chương tiếp theo, điều này thuận tiện của các lớp và liệt kê được sử dụng rộng rãi trong khuôn khổ AJAX phía khách hàng | DOM Extensions Document Object Model DOM programming is one of the most common client-side programming tasks in the world of Web development. The AJAX DOM extensions extend traditional DOM programming to add support for .NET-like methods and properties. This chapter provides in-depth coverage of these extensions. As you ll see in subsequent chapters this convenient set of classes and enumerations are used extensively in the AJAX client-side framework. DomElement As Listing 6-1 shows the AJAX DOM extensions define a new JavaScript class named DomElement. As you ll see in the following sections this class exposes static methods and properties that introduce .NET-like programming convenience into your client-side DOM scripting. Because all these methods and properties are static you must call them directly on the DomElement class itself. Note that the DomElement class belongs to the namespace. Also note that you should not directly instantiate an instance of this class because all members of the class are static. Listing 6-1 The DomElement Class function Sys UI DomElement getElementByld This static method of the DomElement class takes up to two parameters. The first parameter contains the value of the id HTML attribute of a DOM element. The second parameter which is optional references the parent DOM element of the DOM element whose id HTML attribute s value is given by the first parameter. The main responsibility of the getElementById method is to return a reference to the JavaScript object that represents the DOM element whose id HTML attribute is given by the first parameter. To see how the getElementById method returns this reference let s take a look at the internal implementation of this method as shown in Listing 6-2. Chapter 6 DOM Extensions Listing 6-2 The Internal Implementation of the getElementByld Method of the DomElement Class var get .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.