xul
Multiple XSL files using XSLT processor in XUL JavaScript
This is my original XML file: <?xml version=\"1.0\" encoding=\"windows-1250\"?> <CONTACTS> <CONTACT>[详细]
2023-04-01 08:53 分类:问答How to create a new tab in the Firefox extension and get the elements of the tab
I want to create a new Firefox extension where the new tab elements can be accessed specially the popup.[详细]
2023-04-01 05:18 分类:问答How to add image in alert or in propmts.alert using JavaScript XUL
https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIPromptService#prompt_example https://developer.mozilla.org/en/Code_snippets/Alerts_and_Notifications[详细]
2023-03-31 12:44 分类:问答Close Prompt alert box automatically with 10Seconds in XUL JavaScript
This is my prompt alert box function in XUL: function promptBoxes() { var prompts = Components.classes["@mozilla.org/embedcomp/prompt-service;1"][详细]
2023-03-31 00:32 分类:问答Trigger custom alert for Key press counter in FF text-box using Javascript XUL
This is my alert function to show the alert message: function alertPopup() { var image = \"file://C:/stat.png\";[详细]
2023-03-30 09:36 分类:问答How can I place a Firefox toolbar button close to the address bar
I am developing a Firefox addon with a toolbar button. I would like this button to appear close to the browser\'s address bar and in the same line or row, either at its left or at its right. For insta[详细]
2023-03-29 21:57 分类:问答create checkbox dynamically using DOM JavaScript in XUL
I want to create checkbox dynamically using DOM JavaScript in XUL for tree values: This function is used to get the values of my XUL tree:[详细]
2023-03-29 17:14 分类:问答How to create a button with dropdown effect using xul?
I have to create an extension for firefox which has a dropdown menu . The look of the button is similar to firebug.Here is the code:[详细]
2023-03-28 13:48 分类:问答How to change background color of menubutton in xul
I want to change the background color of the menu-button in toolbarbutton. I applied the following code but it was not working.[详细]
2023-03-28 12:28 分类:问答How to create a tabpanel (xul) in Javascript
i dev a Firefox extension and i try to add a tabpanel in a tabbox开发者_开发百科 (xul). The tabbox:[详细]
2023-03-27 22:36 分类:问答
加载中,请稍侯......