aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/treecol.editable
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/treecol.editable')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html b/files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html
new file mode 100644
index 0000000000..fa9659aa1e
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html
@@ -0,0 +1,13 @@
+---
+title: treecol.editable
+slug: Archive/Mozilla/XUL/Attribute/treecol.editable
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/treecol.editable
+---
+<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-treecol.editable"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/treecol.editable">editable</a></code> </dt><dd> 型: <em>論理型</em> </dd><dd> column 内のセルの内容を変更できるようにします。特に <code>type="checkbox"</code> の場合に役立ちます。ユーザが編集可能なセルをダブルクリックすると、セルの内容を編集するためのテキストフィールドが現れます。 </dd></dl> <dl><dd> これを適切に動作させるには <code><a href="/ja/docs/Mozilla/Tech/XUL/tree" title="tree">tree</a></code> も <strong>editable</strong> でなければなりません。編集できなくするには column 内の個々の <code><a href="/ja/docs/Mozilla/Tech/XUL/treecell" title="treecell">treecell</a></code> 要素を <code>editable="false"</code> にします。 </dd></dl>
+<div class="noinclude">
+
+</div>