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
Attributes:
Inherited from XUL Element:
align
allowevents
allownegativeassertions
class
coalesceduplicatearcs
collapsed
container
containment
context
contextmenu
datasources
dir
empty
equalsize
flags
flex
height
hidden
id
insertafter
insertbefore
left
maxheight
maxwidth
menu
minheight
minwidth
mousethrough
observes
ordinal
orient
pack
persist
popup
position
preference-editable
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.
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.
properties
Type: space separated list of property names
Sets the properties of the treecell, which can be used to style the cell.
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.
src
Type: image URL
The URL of the image to appear on the treecell. If this attribute is left out, no image appears.
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.
Properties and Methods:
Inherited from XUL Element:
Inherited from Element: