查询
1 词典释义:
onclick
时间: 2025-03-31 11:10:21

onclick

双语例句
  • Test case to test OnClick user action.

    测试OnClick用户动作的测试用例。

  • Go to the onclick event for the button.

    转到按钮的onclick事件。

  • You want onclick, which is highlighted by default.

    您需要onclick,它已经被默认高亮显示。

  • Go to the onclick event for the Submit button.

    转到Submit按钮的onclick事件。

  • Notice the onClick event specified on the button.

    请注意按钮上指定的onClick事件。

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

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

  • Once again, go to the onclick event for the remove button.

    再次,转向 remove 按钮的 onclick 事件。

  • Listing 1.adding an onclick event to the user interface button.

    列表1 .添加一个onclick事件到用户界面的按钮上。

  • Using the immediate and onclick attributes of the JSF components.

    使用JSF组件的immediate和onclick属性。

  • On the main page, go to the onclick event for the edit button.

    在主页面上,转到编辑按钮的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字段。

  • With jQuery, we don't need to write an onclick for every single element.

    使用jQuery,我们不需要为每个单独的元素都写一个onclick。

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

    展开左侧窗格中的Mouse部分,然后单击onClick。

  • Write the function for handling the onclick event, shown in Listing 8.

    编写处理onclick事件的函数,见清单8。

  • Label the button remove. For its onclick event, use the following code.

    将按钮标为remove。

  • In the OnClick event handler of the button, you need to write this code.

    在按钮的OnClick事件处理程序中,需要写入下列代码。

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

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

  • The obvious approach would be to define an onclick handler for the #recipe4 ID.

    最明显的方法是为 #recipe4 ID 定义一个 onclick 处理程序。

  • Remove the code for the onclick event. (be sure to remove the code before proceeding.)

    删除onclick事件的代码(确保在继续前删除代码)。

  • Use the onclick event instead, and it will work for both mouse and keyboard users.

    而如果使用 onclick 事件,那么它将在鼠标和键盘下都工作。

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

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

  • This function is bound to the onclick() event of any radio button named participation_type_id.

    该函数被绑定到任何名为 participation_type_id 的单选按钮的 onclick() 事件。

  • You may be familiar with using events on a Web page by adding events such as onclick and onmouseover.

    您可能已经熟悉了通过添加如 onclick 和 onmouseover 之类的事件在 Web 页面上使用事件。

  • In Wicket, just use the AjaxLink with the implemented onClick method, as shown in Listings 40 and 41.

    Wicket中只使用具有已实现的onClick方法的AjaxLink,如清单40和41所示。

  • For example, instead of an onchange event for each edit box, use the onclick event of one button.

    例如,与每一个编辑框具有一个onchange事件相反,使用一个按钮的onclick事件。

  • This time, the onclick event of the Link component initiates the Ajax request, as Listing 6 shows.

    这时,Link组件的onclick事件初始化了Ajax请求,如清单6所示。

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

    清单18中的例子显示一个按钮发出的onclick事件,该事件被映射到一个事件处理程序。

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

    将以下代码行添加到Replace document和Cancel按钮的onclick事件。

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

    为了获得更好的可用性,可以选择将以下代码行添加到编辑按钮的onclick事件。