Class Index

Classes


Namespace ReaderControl.config

ReaderControl.config

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Static configuration options for ReaderControl
Field Summary
Field Attributes Field Name and Description
 
a URL path to a custom JavaScript file that is loaded through ajax.
 
a URL path to a custom CSS file that is loaded through ajax.
 
the Author name that is set for every annotation created by this client if "user" is not specified in the query parameter.
 
a URL path to a server handler for annotation loading and saving.
Namespace Detail
ReaderControl.config
Static configuration options for ReaderControl
Usage: define these static properties before creating a new instance of ReaderControl
Field Detail
{string} customScript
a URL path to a custom JavaScript file that is loaded through ajax.

{string} customStyle
a URL path to a custom CSS file that is loaded through ajax.

{string} defaultUser
the Author name that is set for every annotation created by this client if "user" is not specified in the query parameter.

{string} serverURL
a URL path to a server handler for annotation loading and saving.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:43 GMT-0700 (PDT)