XUL:member
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
Used within a rule's conditions element to match elements that are containers or are contained within another element. Both the container and child attributes may use variables.
More information is available in the XUL tutorial.
[edit] Examples
(example needed)
[edit] Attributes
|
Inherited from XUL element |
[edit] Properties
- child
- Type: ?
- A variable reference to a node that is expected to be a child of the element that is referred to by the container element.
- container
- Type: ?
- A variable reference to a node that is expected to be a container. If the variable is the same as the uri attribute on the content element, the resource must be a container element in order to match.
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |
[edit] Related
TBD