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