Vertaling van "onLoad" in Duits
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.
Scripts that are located in the OnLoad event run every time a form is opened.
Skripts im OnLoad -Ereignis werden jedes Mal beim Öffnen eines Formulars ausgeführt.
To access the OnLoad event, do the following
Gehen Sie wie folgt vor, um auf das OnLoad -Ereignis zuzugreifen
When the host application starts, the onLoad callback procedure is called.
Beim Starten der Hostanwendung wird die onLoad -Rückrufprozedur aufgerufen.
You can requery your callback by implementing the onLoad callback in the customui element.
Sie können den Rückruf erneut abfragen, indem Sie den onLoad -Rückruf im customui -Element implementieren.
The object that is returned by the onLoad procedure specified on the customUI tag. The object contains methods for invalidating control properties and for refreshing the user interface.
Das Objekt, das von der im customUI -Tag angegebenen onLoad -Prozedur zurückgegeben wird. Das Objekt enthält Methoden, um Steuerelementeigenschaften ungültig zu machen und um die Benutzeroberfläche zu aktualisieren.
The object that is returned by the onLoad procedure specified on the customUI tag.
Das Objekt, das von der im customUI -Tag zurückgegebenen onLoad -Prozedur zurückgegeben wird.
In the following example, starting the host application triggers the onLoad event procedure that then calls a procedure which creates a IRibbonUI object representing the Ribbon UI.
Im folgenden Beispiel wird durch Starten der Hostanwendung die onLoad -Ereignisprozedur ausgelöst, die dann eine Prozedur aufruft, mit der ein IRibbonUI -Objekt erstellt wird, das die Multifunktionsleisten-Benutzeroberfläche darstellt.
This event will fire only after the document has been fully loaded and the onload events have returned.
Dieses Ereignis wird erst ausgelöst, wenn das Dokument vollständig geladen wurde und die OnLoad -Ereignisse zurückgegeben wurden.
It is important that you access the OnLoad event as described in the previous procedure.
Sie müssen unbedingt wie im oben beschriebenen Verfahren auf das OnLoad -Ereignis zugreifen.
The script in the OnLoad event runs whenever a new form based on the form template is created.
Das Skript im OnLoad -Ereignis wird immer dann ausgeführt, wenn ein neues auf der Formularvorlage basierendes Formular erstellt wird.
A try-catch block in the OnLoad event can be used to catch this validation failure and to load the document despite the error.
Ein try-catch -Block im OnLoad -Ereignis kann zum Abfangen dieses Gültigkeitsprüfungsfehlers und zum Laden des Dokuments trotz des Fehlers verwendet werden.
In order for the form to detect network connectivity when it is first opened, you need to add script to the OnLoad event in your form template.
Damit das Formular beim ersten Öffnen die Netzwerkverbindung erkennen kann, müssen Sie dem OnLoad -Ereignis in der Formularvorlage ein Skript hinzufügen.
The following example creates a style sheet reference in the active document and then sets the onload attribute that specifies the script to run when the style sheet loads.
Im folgenden Beispiel wird im aktiven Dokument ein Stylesheet-Verweis erstellt und anschließend das onload -Attribut festgelegt, das das beim Laden des Stylesheets auszuführende Skript angibt.