Class Index | File Index

Classes


Class RXBuild.UI.QuickRefViewer

The RXBuild.UI.QuickRefViewer displays a quick reference in a user-friendly format
Defined in: ui_quick_reference_viewer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
RXBuild.UI.QuickRefViewer(container, id, className)
Creates a new instance of RXBuild.UI.QuickRefViewer
Field Summary
Field Attributes Field Name and Description
 
The element that will hold the reference viewer
 
id
The unique name of this viewer
Method Summary
Method Attributes Method Name and Description
 
initXML(xml)
Called with the new XML reference to display.
Class Detail
RXBuild.UI.QuickRefViewer(container, id, className)
Creates a new instance of RXBuild.UI.QuickRefViewer
Parameters:
{HTMLElement} container
The element that will hold the reference viewer
{String} id
The unique name of this viewer
className
Field Detail
{HTMLElement} container
The element that will hold the reference viewer

{String} id
The unique name of this viewer
Method Detail
initXML(xml)
Called with the new XML reference to display.
Parameters:
{XMLDocument} xml
The xml version of the quickreference to display to the user

Documentation generated by JsDoc Toolkit 2.0.2 on Mon May 02 2016 20:27:57 GMT+0200 (CEST)