aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/showcaret/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/showcaret/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/showcaret/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/showcaret/index.html b/files/ja/archive/mozilla/xul/attribute/showcaret/index.html
new file mode 100644
index 0000000000..0d2f6e5318
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/showcaret/index.html
@@ -0,0 +1,19 @@
+---
+title: showcaret
+slug: Archive/Mozilla/XUL/Attribute/showcaret
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/showcaret
+---
+<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
+<dl><dt> <code id="a-showcaret"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/showcaret">showcaret</a></code> </dt><dd> 型: <em>論理型</em> </dd><dd> コンテンツ領域に文字入力のキャレットを表示するかどうかを設定します。デフォルト値は <code>false</code> です。 </dd></dl>
+<div class="noinclude">
+<h3 id="Example" name="Example">例</h3>
+<pre>&lt;iframe id="content-body" src="http://www.mozilla.org/" showcaret="true"/&gt;
+&lt;browser src="http://www.mozilla.org" flex="1" showcaret="true"/&gt;
+</pre>
+</div>
+<div class="noinclude">
+
+</div>