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, ornull
if no observer is needed. Thesubject
parameter ofobserve
will implementnsIURI
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.