搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

I am using EclispeIDE,so please tell me step by step procedure how to install buttons in firefox ToolBar using EclipseIDE.

  • 1 回覆
  • 1 有這個問題
  • 2 次檢視
  • 最近回覆由 cor-el

more options

I have downloaded XulBooster.I have xul in EclipseIDE as follows:


 <?xml version="1.0"?><?xml-stylesheet type="text/css"
      href="chrome://test_ext/content/about.css" ?>
<overlay
	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
	<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	xmlns:html="http://www.w3.org/1999/xhtml" >   
	<toolbox id="navigator-toolbox">
		<toolbar id="12345" toolbarname="niidle_toolbar"
			class="chromeclass-toolbar" hidden="false" persist="hidden">
			<toolbarbutton label="Label 1" />
			<toolbarbutton label="Label 2" />
			<toolbarbutton label="Label 3" />
		</toolbar></toolbox>
	</window></overlay>

I have one install.rdf as well.But problem is that it is not showing the toolbox in Firefox Web Browser.Please tell me how to install toolbox in Firefox Web Browser using Eclispe IDE.

I have downloaded XulBooster.I have xul in EclipseIDE as follows: -------------------------------------------------------------------- <pre><nowiki> <?xml version="1.0"?><?xml-stylesheet type="text/css" href="chrome://test_ext/content/about.css" ?> <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" > <toolbox id="navigator-toolbox"> <toolbar id="12345" toolbarname="niidle_toolbar" class="chromeclass-toolbar" hidden="false" persist="hidden"> <toolbarbutton label="Label 1" /> <toolbarbutton label="Label 2" /> <toolbarbutton label="Label 3" /> </toolbar></toolbox> </window></overlay></nowiki></pre> ------------------------------- I have one install.rdf as well.But problem is that it is not showing the toolbox in Firefox Web Browser.Please tell me how to install toolbox in Firefox Web Browser using Eclispe IDE.

由 cor-el 於 修改

所有回覆 (1)

more options

A forum better suited for such questions is this forum:

You need to register on the MozillaZine forum site in order to post at that forum.