diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html')
| -rw-r--r-- | files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index fa9659aa1e..0000000000 --- a/files/ja/archive/mozilla/xul/attribute/treecol.editable/index.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -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> |
