diff options
Diffstat (limited to 'files/ja/preferences_system/examples/index.html')
-rw-r--r-- | files/ja/preferences_system/examples/index.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/files/ja/preferences_system/examples/index.html b/files/ja/preferences_system/examples/index.html deleted file mode 100644 index 3df3c27e10..0000000000 --- a/files/ja/preferences_system/examples/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: サンプル -slug: Preferences_System/Examples -tags: - - MDC Project - - Preferences system - - XUL -translation_of: Mozilla/Preferences/Preferences_system/Examples ---- -<div>{{Preferences_System_TOC}}</div> - -<h2 id="Example_preferences_dialog" name="Example_preferences_dialog">設定ダイアログの例</h2> - -<pre class="brush:xml"><?xml version="1.0"?> -<?xml-stylesheet href="<span class="nowiki">chrome://global/skin/</span>" type="text/css"?> - -<prefwindow - id="stockwatcher2-prefs" - title="StockWatcher 2 Options" - xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - -<prefpane id="sw2-stock-pane" label="Stock Settings"> - <preferences> - <preference id="pref_symbol" name="stockwatcher2.symbol" type="string"/> - </preferences> - - <hbox align="center"> - <label control="symbol" value="Stock to watch: "/> - <textbox preference="pref_symbol" id="symbol" maxlength="4"/> - </hbox> -</prefpane> - -</prefwindow></pre> - -<h2 id="See_also" name="See_also">関連情報</h2> -<ul> -<li><a href="/ja/docs/Adding_preferences_to_an_extension">設定を拡張機能に加える</a></li> -</ul> |