首页 / 词典 / good

onload

  • 网络加载事件;页面加载;载入;事件;加载
onloadonload
  1. In this case , this mechanism results in invoking the method onLoad .

    在这个例子中,这个机制导致调用onLoad方法。

  2. OnLoad & This function is where you place initialization code .

    onLoad&在此函数中放置初始化代码。

  3. OnLoad gets called when the class is loaded from the database .

    onLoad在类从数据库中加载时被调用。

  4. Little resistance during operation , capable of starting onload and conveying material at high speed .

    运行阻力小,能有载启动,可高速输送物料。

  5. Onload incident took place in the download is complete documentation of all the time .

    事件发生在文档全部下载完毕的时候。

  6. Discussion on the transformer onload connecting switch

    电力变压器有载分接开关维护问题探讨

  7. You can run this by putting it into the onLoad handler of your page 's body element , like this

    现在就可以通过将其放入页面body元素的onLoad处理程序来运行它,如下所示

  8. This paper deals with the development and application of a computer based measuring device for working sequence / transient time of onload tap changer .

    介绍有载分接开关工作顺序/过渡时间微机测量装置的研制及应用情况。

  9. Think of it as a user-specified onLoad attribute invocation .

    可把它视为特定于用户的onload属性调用。

  10. Next , an event similar to onload on the browser side is established , except this one is on the server side .

    接下来,建立了类似浏览器端的onload的事件,只不过这个位于服务器端。

  11. The only downside is you 'll need to run this method on your page 's onLoad event , on the body tag .

    惟一的缺点是您需要在页面的body的onLoad事件上运行此方法。

  12. For example , the tag has the onload and onunload attributes .

    例如,标记拥有onload和onunload属性。

  13. This tag is loaded early in the loading process , but it won 't be executed until the body onload function is called .

    此标记在加载过程的早期加载,但它在body内的onload函数调用之后才会执行。

  14. You can use the onload event handler to test that specific fields ( on which the update panel depends ) are populated .

    您可以使用onload事件处理程序测试该特定字段(更新面板所依赖的字段)是否已填充。

  15. You activate the code by adding an onload method to the tag , which starts the code right after the page finishes loading .

    可以通过向标记添加onload方法来激活代码,此方法会在页面加载之后立即启动代码。

  16. To invoke a JavaScript function when the page is loaded , an event handler for the onload event needs to be specified .

    为在装载页面时调用一个JavaScript函数,需要指定用于onload事件的事件处理程序。

  17. The < body > tag contains an onLoad event that calls the initialization function for geolocation , as shown in Listing 2 .

    标签包含一个onLoad事件,它会调用Geolocation的初始化函数,如清单2所示。

  18. The client 's onload event handler is invoked when the CM provider sets the IFrame src to the return URL .

    当CM提供者设置IFramesrc以返回URL时,客户的onload事件处理器得到激活。

  19. The result is that the methods onLoad and onview are invoked automatically by the framework when the widget is placed onto the page .

    结果是当把小部件放到页面上之后,框架将自动调用onLoad和onview方法。

  20. The onload attribute of the tag is used to call a JavaScript function named init (), which will initialize the client-side portion of the application .

    标记的onload属性用于调用一个名为init()的JavaScript函数,该函数将初始化应用程序的客户端部分。

  21. Also note the onload attribute : This is called when the SVG document is first loaded and is useful for performing initialisation on your SVG .

    还要注意onload属性:第一次装载SVG文档时要调用这个属性,它对于您的SVG初始化很有用。

  22. Before we began tracking history in the photo gallery application , we simply needed to call the x_get_table () function during the onload event for the page .

    在开始跟踪相册应用程序的历史记录之前,只需要在页面加载过程中调用xgettable()函数即可。

  23. Considering the sample application , the implementation of the onLoad method ensures that the NotificationService is injected into the Person entity each time it is retrieved from the database .

    对于该示例应用来说,onLoad方法的实现保证了每次从数据库中加载Person实体后都将NotificationService注入其中。

  24. Event handler attributes of the HTML elements specify which JavaScript functions are executed when the page is initially loaded ( onload ) and button elements are clicked ( onclick ) .

    HTML元素的事件处理属性指定当页面初始加载(onload)及点击按钮元素(onclick)时执行哪些JavaScript函数。

  25. The onload contains a call to dwr . engine . setActiveReverseAjax ( true ), which tells DWR to open a persistent connection to the server and await callbacks .

    onload包含对dwr.engine.setActiveReverseAjax(true)的调用,将通知DWR打开与服务器的持久连接并等待回调。