XUL:textnode
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
Normally when substituting RDF resources in template rules, you place the RDF property name inside an attribute value preceded with rdf:. In the case of the textnode element, the entire node is replaced with text corresponding to the result of the value attribute.
This is useful if you want to use the html element or other elements that have text content inside them instead of in attributes. This element does nothing outside of a template.
- Attributes
- value
[edit] Examples
(example needed)
[edit] Attributes
- value
- Type: URL of an RDF predicate
- The text value to display. This value should be an RDF property.
|
Inherited from XUL element |
[edit] Properties
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |
[edit] Related
TBD