Class Index | File Index

Classes


Class orion.widgets.browse.CommitInfoRenderer

Comit Info renderer.
Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.ui/web/orion/widgets/browse/commitInfoRenderer.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Renders a DIV with commit information.
Field Summary
Field Attributes Field Name and Description
 
the information object of a commit information.
 
the parent element for the commit information, it can be either a DOM element or an ID for a DOM element.
Class Detail
orion.widgets.browse.CommitInfoRenderer()
Renders a DIV with commit information.
Field Detail
{Object} commitInfo
the information object of a commit information. { Author: {Name: "string", Email: "email@addre.ss", Date: milliseconds(integer) }, Committer: {Name: "string", Email: "email@addre.ss", Date: milliseconds(integer) }, Message: "string", URL: "string", AvatarURL: "string" }

{String|DOMElement} parent
the parent element for the commit information, it can be either a DOM element or an ID for a DOM element.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 25 2015 22:02:58 GMT-0500 (EST)