Vertaling van "onload" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
We initialize the map object from the body tag's onload event.
Inicializamos el objeto de mapa desde el evento onload de la etiqueta body.
If you don't want this to happen, use an onload event handler
Así que debes utilizar un controlador de eventos onload
The document, for example, has an "onload" event listener to listen for its "load" event.
El documento, por ejemplo, tiene un escuchador de eventos onload para escuchar a su evento load.
I'm only using one image here so I use the image object's onload event handler to execute the drawing statements.
Como solo estoy usando una imagen aquí, utilizo el controlador de evento onload del objeto de imagen para ejecutar las instrucciones de dibujo.
When you release a key while editting this control, the color of its container will change: onload
Cuando sueltes una tecla mientras editas este control, el colo de fondo de su contenedor cambiará: onload
If you use an onload event handler, it should be added before setting img.src
Así que debes utilizar un controlador de eventos onload
Next, we specify the onload parameter, which is a function that we define that gets called once the server responds to our request.
A continuación, especificamos el parámetro onload, el cual es una función que definimos que se invoca una vez que el servidor responde a nuestra petición.
<link rel=preload> is a declarative fetch, allowing you to force the browser to make a request for a resource without blocking the document's onload event.
<link rel=preload> es una recuperación declarativa que te permite forzar al navegador para que haga una solicitud de un recurso sin bloquear el evento onload del documento.
Recall that the onload event marks the point at which all resources that the page requires have been downloaded and processed; at this point, the loading spinner can stop spinning in the browser (the red vertical line in the waterfall).
Recuerda que el evento onload marca el momento en el cual todos los recursos necesarios para la página se han descargado y procesado; es el momento en que el indicador de carga puede dejar de girar en el navegador (la línea vertical roja en la cascada).
Some DOM methods will return garbage or an error if called before the corresponding element has been rendered, which you may need to take into account when writing onload code.
Algunos métodos DOM devolverán basura o error si son llamados antes de que el elemento correspondiente haya sido renderizado, algo que tendrás que tener en cuenta al escribir código onload.
When the entire contents of the image file are loaded, they are converted into a data: URL which is passed to the onload callback.
Cuando el contenido completo de la imagen ha sido cargado, se convierte a data: URL, el cuál es pasado al callback onload.
For IE the onreadystatechange event is used, and for the rest the onload event.
Utilizando para IE el evento onreadystatechange, y para los demás el onload.
For example, your XUL may need compute the data sources that it wants to display in an onload handler.
Por ejemplo, tu XUL tal vez necesite computar el datasource que se desea mostrar en un manejador onload.