Treecell

A single cell in a tree. This element should be placed inside a treerow. You can set the text for the cell using the label attribute.

More information about treecell

ツリーにおける一つのセル。この要素は treerow 要素内に置く必要がある。セルのテキストは label 属性で指定できる。

treecell の追加情報


属性:

XUL Element から継承:

align
allowevents
allownegativeassertions
class
coalesceduplicatearcs
collapsed
container
containment
context
contextmenu
datasources
debug
dir
empty
equalsize
flags
flex
height
hidden
id
insertafter
insertbefore
left
maxheight
maxwidth
menu
minheight
minwidth
mousethrough
observes
ordinal
orient
pack
persist
popup
position
ref
removeelement
sortDirection
sortResource
sortResource2
statustext
style
template
tooltip
tooltiptext
top
uri
wait-cursor
width

label

Type: string

The label to appear on the cell.

型 : string

セルに表示されるラベル。

mode

Type: one of the values below

For columns that are progress meters, this determines the type of progress meter to use.

  • none: No progress meter is displayed. The cell text is displayed instead.
  • normal: The cell uses its value attribute to determine the amount of the bar that is filled in.
  • undetermined: The progressmeter is undeterminate.

型 : 以下の値の一つ

プログレスメータである列に対して、用いるプログレスメータのタイプを決める。

  • none: プログレスメータを表示しない。代わりにセルのテキストが表示される。
  • normal: 達成したバー量を決めるために、セルは value 属性を利用する。
  • undetermined: プログレスメータは不定である。
properties

Type: space separated list of property names

Sets the properties of the treecell, which can be used to style the cell.

型 : スペースで区切ったプロパティ名のリスト

treecell 要素のプロパティを設定する。これはセルにスタイルを付けるのに使用される。

ref

Type: id of a treecol element

Points to the treecol the cell is in. Usually you would not specify this attribute as the tree will determine this by the position of the cell.

型 : id of a treecol element

セルがはいっている treecol 要素を指す。セルの位置に応じてツリーがこの値を決めるため、通常はこの属性を指定しない。

src

Type: image URL

The URL of the image to appear on the treecell. If this attribute is left out, no image appears.

型 : image URL

treecell に表示する画像の URL。この属性がないときには、画像は表示されない。

value

Type: inetger

A percentage value that specifies the amount of the progress meter that is filled in. Because it is a percentage, it ranges from 0 to 100.

型 : inetger

達成されたメータ量を示すパーセント値。パーセントなので、 0 から 100 の範囲である。


プロパティとメソッド:

XUL Element から継承:

align allowEvents blur boxObject boxObject.element
boxObject.getLookAndFeelMetric boxObject.height boxObject.screenX boxObject.screenY boxObject.width
boxObject.x boxObject.y builder className click
collapsed contextMenu controllers database datasources
dir doCommand flex focus getElementsByAttribute
height hidden id left maxHeight
maxWidth menu minHeight minWidth observes
ordinal orient pack persist ref
resource statusText style tooltip tooltipText
top width

Element から継承:

addEventListener
appendChild
attributes
childNodes
cloneNode
dispatchEvent
firstChild
getAttribute
getAttributeNS
getAttributeNode
getAttributeNodeNS
getElementsByTagName
getElementsByTagNameNS
hasAttribute
hasAttributeNS
hasAttributes
hasChildNodes
insertBefore
isSupported
lastChild
localName
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
normalize
ownerDocument
parentNode
prefix
previousSibling
removeAttribute
removeAttributeNS
removeAttributeNode
removeChild
removeEventListener
replaceChild
setAttribute
setAttributeNS
setAttributeNode
setAttributeNodeNS
tagName

Copyright (C) 1999 - 2004 XulPlanet.com