onclick
- 一次性的;单击鼠标
-
A better approach would be to use the onClick event of the
更好的做法是使用
-
This interface defines a single method : onClick .
这个接口只定义一个方法:onClick。
-
The technique also follows the single choice principle of concentrating all the onClick handling in one place .
此技巧还遵循将所有onClick处理集中于一处的singlechoice原则。
-
Once again , go to the onclick event for the remove button .
再次,转向remove按钮的onclick事件。
-
In JavaScript , you can reference this event using the onclick property of a button .
在JavaScript中,可以通过按钮的onclick的属性来引用该事件。
-
With jQuery , we don 't need to write an onclick for every single element .
使用jQuery,我们不需要为每个单独的元素都写一个onclick。
-
In the OnClick event handler of the button , you need to write this code
在按钮的OnClick事件处理程序中,需要写入下列代码
-
Open the script editor for the onclick event for the Submit button .
打开Submit按钮onclick事件的脚本编辑器。
-
A page has two buttons , each with an onclick event and a computed field .
页面有两个按钮,每个按钮有一个onclick事件和一个computed字段。
-
You want onclick , which is highlighted by default .
您需要onclick,它已经被默认高亮显示。
-
Run event procedure or macro specified in onclick property repeatedly while button is pressed ?
按钮按下时是否重复运行onclick属性中指定的过程或宏?
-
Notice the onClick event specified on the button .
请注意按钮上指定的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函数。
-
In this case , you create a JavaScript function to respond to the onclick event from the button .
在这个例子中,您将创建一个JavaScript函数响应来自该按钮的onclick事件。
-
And add the following line of code to the onclick event for the Replace document and Cancel buttons .
将以下代码行添加到Replacedocument和Cancel按钮的onclick事件。
-
Remove the code for the onclick event . ( Be sure to remove the code before proceeding . )
删除onclick事件的代码(确保在继续前删除代码)。
-
Also , for enabling the edit function I attach a showEdit method to the onClick event .
此外,为了启用编辑功能,我将一个showEdit方法附加到onClick事件。
-
If you look at the HTML , you 'll see that the event you deal with here is onClick .
查看HTML就会发现这里处理的事件是onClick。
-
You may be familiar with using events on a Web page by adding events such as onclick and onmouseover .
您可能已经熟悉了通过添加如onclick和onmouseover之类的事件在Web页面上使用事件。
-
Onclick behavior for this button is undefined .
未定义此按钮的onclick行为。
-
So you can change the event that 's run on a button : you just assign a new function to the onclick property .
因此可以改变按钮触发的事件:只要赋给onclick属性一个新的函数。
-
This function is bound to the onclick () event of any radio button named participation_type_id .
该函数被绑定到任何名为participationtypeid的单选按钮的onclick()事件。
-
The onClick handler sets the current color of the board based on whether the user clicks the X or O button .
onClick处理程序根据用户点击的是X还是O按钮设置面板的当前颜色。
-
For example , instead of an onchange event for each edit box , use the onclick event of one button .
例如,与每一个编辑框具有一个onchange事件相反,使用一个按钮的onclick事件。
-
It is a widget-specific function specified in the Save button onclick method of the edit mode HTML markup .
这是编辑模式HTML标记中Save按钮onclick方法中小部件特定的函数。
-
Optionally , for better usability , add the following line of code to the onclick event for the edit button .
为了获得更好的可用性,可以选择将以下代码行添加到编辑按钮的onclick事件。
-
Then , the onclick handler of each is pointed to the getImageDetails method .
然后,每个图像的onclick处理程序再指向getImageDetails方法。
-
To disable the disabled nodes function , we will simply override the onClick to return for the disabled nodes .
要启用被禁用了的节点函数,只需覆盖onClick以针对禁用节点返回。
-
Any code that is in the onClick () method is executed , including code to save the data to a database or to forward to a new page .
执行onClick()方法中的所有代码,包括把数据保存到数据库中或转发给另一个页面的代码。