onBlur

失去焦点事件

常用释义

词性释义

n.

失去焦点事件;元素失去焦点时
例句
  • 全部
As soon as you tab out of any input field in the table, JavaScript code attached to the onblur event runs.
一旦焦点离开表中任意输入栏,就会运行与onblur事件联系的JavaScript代码。
为了标识何时不再选定某个控件,该控件将处理DOM元素的onblur事件。
The class, onblur, and onsubmit attributes that must be added to an HTML element are placed in a java. util. HashMap instance named addMap.
必须添加到HTML元素的class、onblur和onsubmit属性放置在名为addMap的java.util.HashMap实例中。
当UI组件获得或丢失键盘焦点,它将生成可以通过onfocus和onblur属性捕获的事件。
The event handlers for the onfocus and onblur events are rendered as shown in Listing 22.
清单22显示了为onfocus和onblur事件呈现事件处理程序的方法。
Start with the onBlur function where the asynchronous server call is built.
先来看看onBlur函数,异步服务器调用在该函数内构建。
嵌套组件的onblur属性也发生更改,以在元素丢失键盘焦点时清除帮助消息。
它可以是任何的客户端JavaScript事件,例如按钮的onclick,输入栏的onblur,或复选框的onchange。
当丢失键盘焦点时,、和元素使用onblur属性来验证它们的值。
The onblur event occurs when an object loses focus.
当一个对象失去被选种状态时触发onblur事件。