When clicked, this trigger throws a click event, which is caught by the tag event handler.
当被点击时,该trigger抛出click事件,该事件由标记事件处理程序捕捉。
For example, a Button control contains a Click event that is raised when the Button is clicked.
比如,按钮有单击事件。
When a click event occurs, the action event handler catches the event and invokes the action.
当出现click事件时,操作事件处理程序会捕捉该事件并调用操作。
Each menu item consists of a LinkButton control with an internal handler bound to the Click event.
每个菜单项包含一个LinkButton控件,这个LinkButton控件有一个内部绑定的点击事件处理程序。
In the previous section, you saw two ways of binding to the click event: YUI's event and Dojo's connect.
在前一节,您已经看见两种绑定到单击事件的方法:YUI的Event和Dojo的connect。
Finally, notice that we get a handle on the button we created in the layout XML and add a click event handler.
最后,注意上述代码获得一个在布局XML中创建的按钮的句柄,并添加一个单击事件处理程序。
The code for the Button Click event is as follows, note the use of the sensible names for the TextBox controls.
用于ButtonClick事件的代码如下,注意TextBox控件的合理名称的使用。
The declaration can be typed into the code window for the Invoke Service button click event as shown in Listing 2.
在InvokeService按钮的Click事件的代码窗口中输入如 清单2的声明,。
For that reason, I usually activate the DataHub component only at runtime, for example in response to a Button Click event.
由于这个原因,我通常都只在运行时激活DataHub组件,例如在响应Button的Click事件时实现。
You'll also notice further down the code that you set the Post button to class this function when the click event is fired.
继续往下看该代码的时候,您还会发现您将Post按钮设置为在触发click事件时调用该函数。
The RegionDoubleClick event allows users to double-click a calendar date and automatically launch the new appointment form.
RegionDoubleClick事件允许用户双击一个日程表日期,自动打开新的约会表单。
The primary difference between the use of extensions and plug-ins can be seen in the click event handlers for the two buttons.
扩展和插件使用的主要区别在单击两个按钮的事件处理程序时可以看到。
When that happens, the mouse click event travels from the root of the document to the target (li) and back again. The sequence is.
当这发生时,鼠标单击事件从文档根行进到目标(li)并再次返回。
You therefore use jQuery to grab object references to the two links and override their default behavior with click event handlers.
因此要使用jQuery来获取两个链接的对象引用并用click事件处理程序覆盖它们的默认行为。
When you click a link in the Viewer's table of contents, the click event is handled by displaying the contents of that section of the CDA.
当您单击这个Viewer的目录中的链接时,这个链接事件的处理方法是显示CDA的那个部分的内容。
Easy language tray bubble click event source routine procedure call API function to achieve the tray bubble click message application.
易语言托盘气泡点击事件源码例程程序调用API函数实现托盘气泡被点击消息的应用。
It binds a click event to all selected elements (in this case, a single anchor element) and executes the provided function when the event occurs.
它将一个鼠标点击事件绑定到了所有所选择的元素上(本例中,所选元素是锚点元素)并在事件发生时执行一个已提供好的函数。
To define an event using the Managed Extensions, you use the __event keyword. For example, the Button class in Windows: : Forms has a Click event.
为了用托管扩展定义一个事件,你得用__event关键字。
On the click event, it calls the update function and passes on the employee object, which is bondable to the form fields, name, and identifier.
在出现单击事件时,它将调用update函数并传递可以绑定到表单字段name和identifier的employee对象。
Obviously, if you don't want to save the changes, you need a button that only does the Response.Redirect in its Click event (I leave that as easy exercise for the reader).
显然,如果您不想保存更改,那么需要一个只在其Click事件中执行Response. Redirect的按钮(我将它留给读者作为简单练习)。
For example, a button-click event and a menu-command-click event can both invoke the same delegate, which then calls a single method to handle these separate events the same way.
例如,单击按钮事件和单击菜单命令事件都能调用同一委托,然后该委托调用单个方法以相同方式处理各个事件。
The template itself displays the text of the CDA entry, extracted from the cache created earlier using the ID associated with the original click event (the ID of the original anchor link).
模板本身显示CDA条目的文本,该条目是从此前用原始单击事件相关联id(原始锚链接的ID)所创建的缓存中提取的。
So the UI test automation will not catch the logic error if the application has the wrong method wired to a button click event (although every test would fail and you'd find the problem quickly).
所以如果应用程序为按钮单击事件关联了错误的方法,UI测试自动化不会捕捉到逻辑错误(虽然每次测试都会失败,而且您会很快发现问题)。
This code is included in the code which handles the click event for the Invoke Service button and its purpose is to avoid a null pointer exception when the web service is invoked with an empty string.
它的目的是避免使用空子符串调用Web服务而出现空指针异常。
If no event handlers processed the click, the event will travel back up the same path until it comes back to the root element, where the default click handler will ignore it.
如果没有事件处理程序处理这个单击事件,它就会沿着同样的路线再返回到根元素,这时根元素默认的单击处理程序将忽略该事件。
The component and event model in Apache Click provides a method of building HTML controls and handling events that has a low learning curve.
ApacheClick中的组件和事件模型提供了一种构建HTML控件和处理事件的方法,非常容易掌握。
Apache Click components and event handling.
ApacheClick组件和事件处理。
For example, the DataGrid component triggers an event whenever users click a particular row.
例如,每当用户单击一个特定的行时,DataGrid组件触发一个事件。
Initiating a request for additional information from the server based on a click or a mouseover event without refreshing the page the user is viewing.
基于单击或鼠标悬浮事件从服务器发起对额外信息的请求,而且无需刷新用户所查看的页面。
Initiating a request for additional information from the server based on a click or a mouseover event without refreshing the page the user is viewing.
基于单击或鼠标悬浮事件从服务器发起对额外信息的请求,而且无需刷新用户所查看的页面。
应用推荐