Class orion.webui.littlelib
A small library of DOM and UI helpers.
Defined in: </shared/eclipse/e4/orion/I201306251555/plugins/org.eclipse.orion.client.ui/web/orion/webui/littlelib.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
orion.webui.littlelib.processTextNodes(node, messages)
Performs substitution of textContent within the given node and its descendants.
|
Method Detail
<static>
orion.webui.littlelib.processTextNodes(node, messages)
Performs substitution of textContent within the given node and its descendants. Substitutes an occurrence of
${n}
with messages[n]
.
- Parameters:
- {Node} node
- {String[]} messages