I am writing a Firefox add-on in XUL and I want to add another XUL file to my .xul browser. In PHP, I would use something like this: include ("anotherFIle.php"); but I do not know the equivalent in XUL. What is the best way to do this?
XUL has an iframe similar to HTML iframe. However, if you are just trying to add some user interface elements to an existing user interface, look at overlays .
- ala PHP . XUL , - gonnna fly.
iframe html-, , XUL.
. Remote XUL, :
XUL ; Gecko 2.0. , XUL file://URL.
XUL: , XUL iframe, .
Source: https://habr.com/ru/post/1766964/More articles:How to create an application that works on both a Windows 7 phone and an iPhone? - iphone.NET 3.5: Anonymous Delegate for Handlers with Ref Parameters - c #Globalization Localized Nightmare - c #An interesting Python idiom for removing a single item in a single list of entries - pythonПользовательский JCR (Jackrabbit) node тип недвижимости - javaASP.Net: authorization issue - c #Cross compiling Direct3D on Linux using mingw - c ++java HOUR_OF_DAY is different from different systems - javaWhy are setters bad at interfaces? - oopIPAD UISplitViewController несколько корневых представлений - objective-cAll Articles