From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/preferences_system/examples/index.html | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/ko/preferences_system/examples/index.html (limited to 'files/ko/preferences_system/examples/index.html') diff --git a/files/ko/preferences_system/examples/index.html b/files/ko/preferences_system/examples/index.html new file mode 100644 index 0000000000..cc536d86f3 --- /dev/null +++ b/files/ko/preferences_system/examples/index.html @@ -0,0 +1,32 @@ +--- +title: Examples +slug: Preferences_System/Examples +tags: + - NeedsContent + - Preferences system +--- +

{{ Preferences_System_TOC() }} +

+

Preferences 대화상자 예

+
<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://global/skin/" 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>
+
+

같이 보기: 확장기능에 preferences 추가하기 +

{{ languages( { "en": "en/Preferences_System/Examples", "ja": "ja/Preferences_System/Examples" } ) }} -- cgit v1.2.3-54-g00ecf