TAILIEUCHUNG - Creating Applications with Mozilla-Chapter 5. Scripting Mozilla- P2

Tham khảo tài liệu 'creating applications with mozilla-chapter 5. scripting mozilla- p2', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Chapter 5. Scripting Mozilla- P2 Figure 5-2. Toggling the state of menu items in xFly The following section explains more about hooking scripts up to the interface. Needless to say when you use a method like getElementsByAttribute that operates on all elements with a particular attribute value you must be careful not to grab elements you didn t intend like a button elsewhere in the application that gets disabled for other purpose . Notes 1 You can use other DOM methods but these methods are most commonly used in the XPFE. Mozilla s support for the DOM is so thorough that you can use the W3C specifications as a list of methods and properties available to you in the chrome and in the web content the browser displays. The full W3C activity pages including links to the specifications implemented by Mozilla can be found at http DOM . . Adding Scripts to the UI Once you are comfortable with how JavaScript works in the context of the user interface layer and are familiar with some of the primary DOM methods used to manipulate the various elements and attributes you can add your own scripts to your application. Though you can use other techniques to get scripts into the UI one of the most common methods is to use Mozilla s event model which is described in the next few sections. . Handling Events from a XUL Element Events are input messages that pass information from the user interface to the application code. Capturing this information or event handling is how you usually tell scripts when to start and stop. When the user clicks a XUL button for instance the button listens for the click event and may also handle that event. If the button itself does not handle the event . by supplying executable JavaScript in an event handler attribute then the event bubbles or travels further up into the hierarchy of elements above the button. The event handlers in Example 5-3 use simple inline JavaScript to show that the given event . the window loading in the .

TỪ KHÓA LIÊN QUAN
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.