Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
orion.webui.littlelib.processTextNodes(node, messages)
Performs substitution of textContent within the given node and its descendants.
Class Detail
orion.webui.littlelib()
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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 25 2013 15:58:42 GMT-0400 (EDT)