diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/treecell.mode/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/treecell.mode/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/treecell.mode/index.html b/files/ja/archive/mozilla/xul/attribute/treecell.mode/index.html new file mode 100644 index 0000000000..1a753299db --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/treecell.mode/index.html @@ -0,0 +1,15 @@ +--- +title: treecell.mode +slug: Archive/Mozilla/XUL/Attribute/treecell.mode +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/treecell.mode +--- +<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.mode"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/treecell.mode">mode</a></code> </dt><dd> 型: <em>下記の値のいずれか一つ</em> </dd><dd> 進捗メータの列で使用する進捗メータの形式を決定します。 </dd></dl> +<ul> <li><code>none</code>: 進捗メータは表示されません。代わりにセルのテキストが表示されます。</li> <li><code>normal</code>: セルは進捗バーの最大量を決定するために、その value 属性を使用します。</li> <li><code>undetermined</code>: progressmeter は未確定です。</li> +</ul> +<div class="noinclude"> + +</div> |