aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/document/applets
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/api/document/applets
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/web/api/document/applets')
-rw-r--r--files/ko/web/api/document/applets/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ko/web/api/document/applets/index.html b/files/ko/web/api/document/applets/index.html
new file mode 100644
index 0000000000..25c147849b
--- /dev/null
+++ b/files/ko/web/api/document/applets/index.html
@@ -0,0 +1,30 @@
+---
+title: document.applets
+slug: Web/API/Document/applets
+tags:
+ - DOM
+ - Gecko
+translation_of: Web/API/Document/applets
+---
+<p>{{ ApiRef() }}</p>
+
+<h3 id="Summary" name="Summary">요약</h3>
+
+<p><code>applets</code> document 내의 정렬된 애플릿 목록을 리턴합니다.</p>
+
+<h3 id="Syntax" name="Syntax">문법</h3>
+
+<pre class="eval"><em>nodeList</em> = document.applets
+</pre>
+
+<h3 id="Example" name="Example">예제</h3>
+
+<pre class="eval">// ( 여러분이 원하는 두 번째 애플릿을 알고 있을 때 )
+my_java_app = document.applets[1];
+</pre>
+
+<h3 id="Specification" name="Specification">명세</h3>
+
+<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-85113862">DOM 레벨 2 HTML: applets</a></p>
+
+<p>{{ languages( { "en": "en/DOM/document.applets", "es": "es/DOM/document.applets", "pl": "pl/DOM/document.applets" } ) }}</p>