aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/fmradio/ondisabled/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/fmradio/ondisabled/index.html')
-rw-r--r--files/ja/web/api/fmradio/ondisabled/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ja/web/api/fmradio/ondisabled/index.html b/files/ja/web/api/fmradio/ondisabled/index.html
new file mode 100644
index 0000000000..70b1272f45
--- /dev/null
+++ b/files/ja/web/api/fmradio/ondisabled/index.html
@@ -0,0 +1,28 @@
+---
+title: FMRadio.ondisabled
+slug: Web/API/FMRadio/ondisabled
+tags:
+ - API
+ - B2G
+ - DOM
+ - DOM Reference
+ - Firefox OS
+ - Non Standard
+ - Property
+ - Reference
+ - WebAPI
+ - WebFM
+translation_of: Archive/B2G_OS/API/FMRadio/ondisabled
+---
+<p>{{ ApiRef() }}</p>
+<h2 id="Summary" name="Summary">概要</h2>
+<p>{{event("disabled")}} イベントを受け取るイベントリスナ関数を指定します。このイベントは、端末の FM ラジオが OFF になると発生します。</p>
+<h2 id="Syntax" name="Syntax">構文</h2>
+<pre class="syntaxbox">navigator.mozFMRadio.ondisabled = funcRef</pre>
+<p><code><em>funcRef</em></code> の部分は、{{event("disabled")}} イベントが発生した時に呼び出される関数です。</p>
+<h2 id="仕様書">仕様書</h2>
+<p>仕様はありません。</p>
+<h2 id="参照">参照</h2>
+<ul>
+ <li>{{domxref("FMRadio")}}</li>
+</ul>