Lines Matching refs:event
51 tabView.focusManager.after("focusedChange", function (event) {
53 if (!event.newVal) { // The list of tabs has lost focus
98 // Use the "delegate" custom event to listen for the "click" event
101 tabView.delegate("click", function (event) {
125 event.preventDefault();
131 // element will not fire the click event in Firefox when the
133 // "click" event to the anchor when the user presses the
138 tabView.delegate("keydown", function (event) {
140 if (event.charCode === 13) {
175 tabView.delegate("click", function (event) {
185 tabView.delegate("click", function (event) {