Class Index

Classes


Namespace CoreControls.DocumentViewer.ToolModes

Represents tool modes for the DocumentViewer.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains a list of tool modes available to the DocumentViewer
Field Summary
Field Attributes Field Name and Description
 
The mouse has no extra functionality.
 
Pan
The mouse can be used to pan the document.
 
The mouse can be used to select text.
Namespace Detail
CoreControls.DocumentViewer.ToolModes
Contains a list of tool modes available to the DocumentViewer
To register a new tool mode with DocumentViewer:  "CoreControls.DocumentViewer.prototype.ToolModes.NewTool = NewTool;"
Field Detail
{number} Custom
The mouse has no extra functionality.

{number} Pan
The mouse can be used to pan the document.

{number} TextSelect
The mouse can be used to select text.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 13 2013 12:56:31 GMT-0800 (PST)