diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
| commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
| tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ko/preferences_system/examples/index.html | |
| parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
| download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip | |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ko/preferences_system/examples/index.html')
| -rw-r--r-- | files/ko/preferences_system/examples/index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/files/ko/preferences_system/examples/index.html b/files/ko/preferences_system/examples/index.html deleted file mode 100644 index cc536d86f3..0000000000 --- a/files/ko/preferences_system/examples/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Examples -slug: Preferences_System/Examples -tags: - - NeedsContent - - Preferences system ---- -<p>{{ Preferences_System_TOC() }} -</p> -<h3 id="Preferences_.EB.8C.80.ED.99.94.EC.83.81.EC.9E.90_.EC.98.88"> Preferences 대화상자 예 </h3> -<pre class="eval"><?xml version="1.0"?> -<?xml-stylesheet href="<span>chrome://global/skin/</span>" type="text/css"?> - -<prefwindow id="stockwatcher2-prefs" - title="StockWatcher 2 Options" - xmlns="<span>http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul</span>"> - -<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> -<p>같이 보기: <a href="ko/Adding_preferences_to_an_extension"> 확장기능에 preferences 추가하기</a> -</p>{{ languages( { "en": "en/Preferences_System/Examples", "ja": "ja/Preferences_System/Examples" } ) }} |
