Éste elemento debería pertenecer a query
("consulta"). La pregunta en una regla debería enlazar a sólo a un elemento del contenido. Los contenidos deberían tener al atributo uri
. Ésto se utiliza para vincular una variable a un nodo de contenido cuando se emparejan. Cuando use un árbol con los atributos flags
("banderas"), establezca dont-build-content,
("no almacenar contenido"), use treeitem
en su lugar.
Para más información, se encuentra disponible el tutorial XUL.
(no son necesarios)
Inherited from XUL element |
tag
treechildren
, the condition will only match when placing elements directly inside a treechildren
tag. Thus, nested elements will not match because they are directly inside a treeitem
. This attribute is useful to provide different rules for outer and inner elements.uri
uri
attribute in turn. Then, the other rules are evaluated for a match. This attribute should always be present.TBD