XUL:binding
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
Should be contained within a bindings element. A binding is used to bind a variable to a node. Like the triple element in syntax, it can be used to bind a particular property of a matched node to a particular variable name. That name can then be used within the action of a rule.
[edit] Examples
(example needed)
[edit] Attributes
|
Inherited from XUL element |
[edit] Properties
- object
- The object of the element. It can be a variable reference, an RDF resource URI, or an RDF literal value.
- predicate
- The predicate or property to match. This must be a URI of the property.
- subject
- The subject of the element. It can be a variable reference or an RDF resource URI.
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |
[edit] Related
TBD