散文网 | 字典

onload的意思,onload的音标读音解释

2016-05-04 13:05

onload翻译

onload

音标读音

英式:['ɒnləʊd]美式:['ɒnloʊd]

基本意思

vt.装载

形近的词

unload

变形

例句

  1. In this case, this mechanism results in invoking the method onLoad.
    在这个例子中,这个机制导致调用onLoad方法。
  2. For example, the tag has the onload and onunload attributes.
    例如,标记拥有onload和onunload属性。
  3. Thus, in Listing 4, the HTML element has an onload attribute.
    因此,在清单4中,HTML元素有一个onload属性。
  4. Use the OnLoad event method to set properties in controls and establish database connections.
    使用OnLoad事件方法来设置控件中的属性并建立数据库连接。
  5. OnLoad& This function is where you place initialization code.
    onLoad&在此函数中放置初始化代码。
  6. OnLoad gets called when the class is loaded from the database.
    onLoad在类从数据库中加载时被调用。
  7. When the page is first loaded ( onLoad event), the request handler is registered with the Ajax engine.
    第一次加载此页面时(onLoadevent),请求处理程序使用Ajax引擎进行注册。
  8. Raises the PreLoad event after postback data is loaded into the page server controls but before the OnLoad event.
    在回发数据已加载到页服务器控件之后但在OnLoad事件之前,引发PreLoad事件。
  9. Think of it as a user-specified onLoad attribute invocation.
    可把它视为特定于用户的onload属性调用。
  10. Create an IFrame element and assign a listener for onload events.
    创建一个IFrame元素并为onload事件设计一个监听器。
  11. 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方法。
  12. DOMContentLoaded is the event you might consider using instead of onload, but until it's available in all browsers, you can use the YUI Event utility, which has an onAvailable method.
    DOMContentLoaded是你可以考虑的onload,而不是使用的事件,但直到是在所有浏览器中可用您可以使用了YUI事件实用程序一个onAvailable方法。
  13. To invoke a JavaScript function when the page is loaded, an event handler for the onload event needs to be specified.
    为在装载页面时调用一个JavaScript函数,需要指定用于onload事件的事件处理程序。
  14. For example, you can override the OnLoad method of the Page object for the page load event instead of using a Page_Load method.
    例如,可以为页加载事件重写Page对象的OnLoad方法,而不是使用PageLoad方法。
  15. 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函数。
  16. You can run this by putting it into the onLoad handler of your page's body element, like this
    现在就可以通过将其放入页面body元素的onLoad处理程序来运行它,如下所示
  17. 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函数,该函数将初始化应用程序的客户端部分。
  18. 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注入其中。
  19. 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打开与服务器的持久连接并等待回调。
  20. Next, an event similar to onload on the browser side is established, except this one is on the server side.
    接下来,建立了类似浏览器端的onload的事件,只不过这个位于服务器端。
  21. However, if you override the page OnLoad method with the override keyword ( Overrides in Visual Basic), you must explicitly call the base method.
    但是,如果使用override关键字(在VisualBasic中为Overrides)重写页的OnLoad方法,则必须显式调用基方法。
  22. The only downside is you'll need to run this method on your page's onLoad event, on the body tag.
    惟一的缺点是您需要在页面的body的onLoad事件上运行此方法。
  23. This image also interferes with the download sequence, for example in IE when you request extra components in the onload, the favicon will be downloaded before these extra components.
    这个图片文件还会影响下载顺序,例如在IE中当你在onload中请求额外的文件时,favicon会在这些额外内容被加载前下载。
  24. You activate the code by adding an onload method to the tag, which starts the code right after the page finishes loading.
    可以通过向标记添加onload方法来激活代码,此方法会在页面加载之后立即启动代码。
  25. You can use the onload event handler to test that specific fields ( on which the update panel depends) are populated.
    您可以使用onload事件处理程序测试该特定字段(更新面板所依赖的字段)是否已填充。
  26. The < body> tag contains an onLoad event that calls the initialization function for geolocation, as shown in Listing 2.
    标签包含一个onLoad事件,它会调用Geolocation的初始化函数,如清单2所示。
  27. The script block added by the RegisterStartupScript method executes when the page finishes loading but before the page's OnLoad event is raised.
    RegisterStartupScript方法添加的脚本块在页面加载完成但页面的OnLoad事件引发之前执行。
  28. Onload Displays an alert box when the page has finished loading.
    当页面完成加载后会显示一个警示框。
  29. 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初始化很有用。
  30. The client's onload event handler is invoked when the CM provider sets the IFrame src to the return URL.
    当CM提供者设置IFramesrc以返回URL时,客户的onload事件处理器得到激活。

百科解释

网络意思

加载事件
页面加载
载入
事件
加载

onload的相关作文