Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.loadOverlay

UWAGA: Tłumaczenie tej strony nie zostało zakończone.
Może być ona niekompletna lub wymagać korekty.
Chcesz pomóc? | Dokończ tłumaczenie | Sprawdź ortografię | Więcej takich stron+.

Podsumowanie

Wczytuje nakładki XUL, a następnie łączy je z aktualnym dokumentem powiadamiając obserwatora po zakończeniu operacji łączenia.

Przykład

document.loadOverlay(url,observer);
url 
Łańcuch zawierający pełny adres URL nakładki do załadowania.
observer 
An object implementing nsIObserver that will be notified with a message of topic "xul-overlay-merged" when the merge is complete, or null if no observer is needed. The subject parameter of observe will implement nsIURI and will contain the URI of the merged overlay.

Uwagi

This API is not frozen and may change later.

Subsequent document.loadOverlay calls do not work błąd 330458. You have to rely on observers to queue subsequent overlay loads.

Loading an overlay with the same URI twice is not currently supported, although it may work sometimes.There's a comment in nsXULDocument::LoadOverlay to that effect.

Specyfikacja

Metoda XUL-a. Nie jest częścią żadnej specyfikacji. Zdefiniowana w nsIDOMXULDocument.idl.

 

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, jsx, Bedi, Mgjbot, Diablownik
 Ostatnia aktualizacja: jsx,