diff options
Diffstat (limited to 'files/th/archive/mozilla/xul/index.html')
-rw-r--r-- | files/th/archive/mozilla/xul/index.html | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/files/th/archive/mozilla/xul/index.html b/files/th/archive/mozilla/xul/index.html deleted file mode 100644 index 5696c6d96b..0000000000 --- a/files/th/archive/mozilla/xul/index.html +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: XUL -slug: Archive/Mozilla/XUL -tags: - - Landing - - Mozilla - - NeedsTranslation - - TopicStub - - XUL -translation_of: Archive/Mozilla/XUL ---- -<div>{{FirefoxSidebar}}</div> - -<div class="callout-box"><strong><a href="/en-US/docs/Mozilla/Tech/XUL/Tutorial">XUL Tutorial</a></strong><br> -A guided tutorial that will help you get started with XUL, originally from XULPlanet.</div> - -<p><span class="seoSummary"><strong>XUL</strong> (XML User Interface Language) is Mozilla's <a href="/en-US/docs/XML_introduction">XML</a>-based language for building user interfaces of applications like Firefox.</span> The term XUL is sometimes used to refer to the whole <a href="/en-US/docs/Mozilla/The_Mozilla_platform">Mozilla platform</a> (e.g. XUL applications are applications using XUL and other components of the platform).</p> - -<p><a href="/en-US/docs/Mozilla/Tech/XUL/XUL_controls">XUL Controls</a> lists some of the common controls provided by XUL.</p> - -<div class="topicpage-table"> -<div class="section"> -<h2 class="Documentation" id="Documentation">Documentation</h2> - -<dl> - <dt><strong><a href="/en-US/docs/Mozilla/Tech/XUL/Tutorial">XUL Tutorial</a></strong></dt> - <dd>A guided tutorial that will help you get started with XUL, originally from XULPlanet.</dd> - <dt><a href="/en-US/docs/Mozilla/Tech/XUL/XUL_Reference">XUL Reference</a></dt> - <dd>XUL elements, attributes, properties, methods, and event handlers.</dd> - <dt><a href="/en-US/docs/Mozilla/Tech/XUL/XUL_controls">XUL Controls</a></dt> - <dd>A quick list of all of the available XUL controls.</dd> - <dt><a href="/en-US/docs/Mozilla/Tech/XUL/The_Joy_of_XUL">The Joy of XUL</a></dt> - <dd>Describes the key features and components of XUL.</dd> - <dt><a href="/en-US/docs/Mozilla/Tech/XUL/PopupGuide">Menus and Popups Guide</a></dt> - <dd>A guide on using menus and popup panels.</dd> - <dt><a href="/en-US/docs/Mozilla/Tech/XUL/Template_Guide">Template Guide</a></dt> - <dd>A detailed guide on XUL templates, which is a means of generating content from a datasource.</dd> - <dt><a href="/en-US/docs/Web/API/HTML_Drag_and_Drop_API">Drag and Drop</a></dt> - <dd>How to perform drag and drop operations.</dd> -</dl> - -<dl> - <dt>XUL Periodic Table</dt> - <dd>This collection of XUL demos used to be available as a web page, but can no longer be viewed in Firefox since support for <a href="/en-US/docs/Mozilla/Tech/XUL/Using_Remote_XUL">Remote XUL</a> was disabled. There is a XULRunner application containing the XUL Periodic Table which can be opened with Gecko based browsers. <a href="https://github.com/matthewkastor/XULRunner-Examples">You can get it here</a>. See: <a href="/en-US/docs/Archive/Mozilla/XULRunner/Tips#Using_Firefox_3_to_run_XULRunner_applications">Using Firefox 3 to run XULRunner applications</a> for instructions on running XULRunner apps in Firefox.</dd> - <dt>Changes to XUL</dt> - <dd>New XUL features and changes to existing features are included in the <a href="/en-US/docs/Mozilla/Firefox/Releases">Firefox developer release notes</a>.</dd> -</dl> - -<p><span class="alllinks"><a href="/en-US/docs/tag/XUL">View All...</a></span></p> -</div> - -<div class="section"> -<h2 class="Community" id="Community">Community</h2> - -<ul> - <li>View Mozilla forums...{{ DiscussionList("dev-tech-xul", "mozilla.dev.tech.xul") }}</li> - <li><a class="link-irc" href="irc://irc.mozilla.org/xul">#xul on irc.mozilla.org</a></li> -</ul> - -<h2 class="Tools" id="Tools">Tools</h2> - -<ul> - <li><a class="external" href="https://github.com/KM-200/xul/tree/master/docs">XUL online live editor</a> (copy & paste snippets from here and run them)</li> - <li><a href="/en-US/docs/Archive/Mozilla/XUL_Explorer">XUL Explorer</a> (a lightweight XUL IDE)</li> - <li><a class="external" href="https://github.com/matthewkastor/XULExplorer">XULExplorer</a> (Patched version of XUL explorer)</li> - <li><a class="external" href="http://ted.mielczarek.org/code/mozilla/extensiondev/">Extension developer's extension</a> (featuring a Live XUL Editor)</li> - <li><a class="external" href="http://forum.addonsmirror.net/index.php?showtopic=751">XULRef sidebar</a></li> - <li><a class="external" href="http://www.getfirebug.com/">Firebug</a></li> - <li><a href="/en-US/docs/Tools/Add-ons/DOM_Inspector">DOM Inspector</a></li> - <li><a class="external" href="http://www.spket.com/">Spket IDE</a>, IDE for XUL/XBL</li> - <li><a class="external" href="http://www.amplesdk.com">Ample SDK</a>, (Cross-browser XUL renderer in JavaScript/HTML)</li> -</ul> - -<p><span class="alllinks"><a href="/en-US/docs/tag/Tools">View All...</a></span></p> - -<h2 class="Related_Topics" id="Related_Topics">Related Topics</h2> - -<ul> - <li><a href="/en-US/docs/Web/JavaScript">JavaScript</a>, <a href="/en-US/docs/Mozilla/Tech/XBL">XBL</a> {{Deprecated_Inline}}, <a href="/en-US/docs/Web/CSS">CSS</a>, <a href="/en-US/docs/Web/RDF">RDF</a>, <a href="/en-US/docs/Mozilla/Add-ons">Extensions</a>, <a href="/en-US/docs/Archive/Mozilla/XULRunner">XULRunner</a></li> -</ul> -</div> -</div> |