onclick

onclick

 英

  • 网络点击;单击事件;点击事件

例句

A user answering the question will trigger onClick event, forcing a post-back, and move the script to the next state.

回答问题触发一个onClick事件促使往回传递推动代码运行下一个状态

To do so, add an onclick event for clicking a blog post, which brings up a single blog posting with its comments.

为此添加onclick事件以便单击blogpost显示一个blogpost及其评论

I can see inline onclick handlers on the elements, with the URL of the large image passed as an argument directly in the mark-up itself.

想象元素内联onclick处理程序URL作为一个参数直接传递标记本身

The method shown in Listing 20 can be used to ignore the onClick event by simply returning if a disabled node was clicked on.

清单20方法用来忽略onClick事件返回某个禁用节点是否被单

A page has two buttons, each with an onclick event and a computed field.

页面两个按钮每个按钮一个onclick事件一个computed字段

Again, the page has two fields bound to the requestScope variables field0 and field1, and the code is in a button onclick event.

同样页面绑定requestScope变量field0field1字段并且代码位于按钮onclick事件

Delete the code of the onclick event for the edit button and respecify it as an Open Page simple action.

删除编辑按钮onclick事件代码重新指定OpenPage简单操作

To do that, you first need to have an event handling method in the ManageCustomer controller for an "add" menuitem onClick event.

完成这些首先ManageCustomer控制器add单项onClick事件事件处理方法

The technique also follows the single choice principle of concentrating all the onClick handling in one place.

技巧遵循所有onClick处理集中singlechoice原则

Here the A tag has a on click attribute, which in JavaScript becomes a property of the A element.

里面onclickA标签一个属性JavaScript里面成为这个A元素一个属性

When this menu is clicked (onClick) I instantiate a Window object through the Executions object using another zul called addCustomer.

单击这个菜单onclick通过另一个addCustomerzul使用Executions对象实例一个Window对象

Now it's time to implement the OnClick event handler for the Generate Code button that was first shown in Figure 3.

现在应该3首次出现GenerateCode按钮实现OnClick事件处理程序

Optionally, for better usability, add the following line of code to the onclick event for the edit button.

为了获得更好可用可以选择以下代码添加编辑按钮onclick事件

If you look at the HTML, you'll see that the event you deal with here is onClick.

查看HTML就会发现这里处理事件onClick

Under the hood, the click-and-drag process starts with an onclick method of the target object.

内部点击-拖动过程目标对象一个onclick方法开始

If the button type is normal, the JavaScript function specified in the onclick attribute is invoked.

如果按钮类型normal调用onclick属性指定JavaScript函数

I use a custom tree Loader which is forced to use a "GET" http request and to assign on click handlers to the nodes which are created.

新建一个treeLoader对象使得采用GEThttp请求进行通信然后onclick处理函数分配新建节点

And add the following line of code to the onclick event for the Replace document and Cancel buttons.

以下代码添加ReplacedocumentCancel按钮onclick事件

scriptmethod : The event type (onClick, onChange, and so on) and the method name for the method that should be called in case of an event.

scriptmethod事件类型onClickonChange等等发生事件应该调用方法名称

In JavaScript, you can reference this event using the onclick property of a button.

JavaScript可以通过按钮onclick属性引用事件

All the rectangles are set to respond to onclick, onmouseover, and onmouseout events, and all call the same scripted functions to do this.

所有矩形设置响应onclickonmouseoveronmouseout事件它们为此调用一个脚本函数

So you can change the event that's run on a button: you just assign a new function to the onclick property.

因此可以改变按钮触发事件只要onclick属性一个函数

Then, the onclick handler of each is pointed to the getImageDetails method.

然后每个图像onclick处理程序指向getImageDetails方法

The rails_iui helper also adds the JavaScript onclick event handler for the toggle div.

rails_iui助手togglediv添加JavaScriptonclick事件处理程序

The example in Listing 18 shows the onclick event emitted by a button being mapped to an event handler.

清单18例子显示一个按钮发出onclick事件事件映射一个事件处理程序

It is a widget-specific function specified in the Save button onclick method of the edit mode HTML markup.

编辑模式HTML标记Save按钮onclick方法中小部件特定函数

The Start and Stop buttons below the progress bar are plain JSF buttons that control the bar through their onclick events (see Listing 3).

进度工具下面StartStop按钮普通JSF按钮通过onclick事件控制这个工具参见列表3)。

The onClick handler sets the current color of the board based on whether the user clicks the X or O button.

onClick处理程序根据用户点击XO按钮设置面板当前颜色

This can be any client-side JavaScript event, such as onclick for a button, onblur for an input field, or onchange for a check box.

可以任何客户端JavaScript事件例如按钮onclick输入onblur复选onchange

A circle is drawn, and through the onClick element, it calls the function changeCol(evt) when clicked.

一个通过onClick元素单击调用函数changeColevt)。

For example, in most cases onclick represents a JavaScript event, readonly is a Boolean, and styleClass specifies the name of a CSS class.

例如大多数情况onclick代表JavaScript事件readonly一种BooleanstyleClass指定CSS名字

A developer could prevent this from happening by validating using WMLScript, using the onclick event.

一个开发人员可以通过使用WMLScript验证避免这个问题发生通过使用onclick事件)。

Listing 2 is some code for the onclick event of a button.

清单2按钮onclick事件部分代码

For example, for the Add menuitem onClick event, the @Events qualifier can be supplied with an "add. OnClick" value, as shown in Listing 7.

例如AddmenuitemonClonclick事件,@Events限定符可以“add.OnClick”,清单7

By using the OnClick event handler, you can programmatically determine the coordinates where the image is clicked.

使用OnClick事件处理程序可以编程方式确定图像被单位置坐标

The snippet in Listing 17 wires a button's onclick event to the event handler within its tags.

清单17代码片段标记中将一个按钮onclick事件事件处理程序关联

Expand the Mouse section in the pane on the left, and then click onClick.

展开左侧Mouse部分然后单击onClick

Notice the onClick event specified on the button.

注意按钮指定onClick事件

Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick.

阐述一个基于浏览器FormPOST如何变成一个服务器事件Button1_OnClick。

You want onclick, which is highlighted by default.

需要onclick已经默认高亮显示