Namespace ReaderControl.config
ReaderControl.config
Constructor Attributes | Constructor Name and Description |
---|---|
Static configuration options for ReaderControl
|
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.