Namespace ReaderControl.config.alert
ReaderControl.config.alert
Constructor Attributes | Constructor Name and Description |
---|---|
Static alert messages configuration options for ReaderControl
|
Field Attributes | Field Name and Description |
---|---|
the alert message when user tries to create an annotation when annotations are toggled off
|
|
the alert message when user does not have permission to delete an annotation
|
|
the alert message when user does not have permission to edit an annotation
|
|
the alert message when user tries to create an annotation in read-only mode
|
|
the alert message when user tries to delete an annotation in read-only mode
|
|
the alert message when user tries to edit an annotation in read-only mode
|
Namespace Detail
ReaderControl.config.alert
Static alert messages configuration options for ReaderControl
Field Detail
{string}
markupOffCreate
the alert message when user tries to create an annotation when annotations are toggled off
{string}
permissionDelete
the alert message when user does not have permission to delete an annotation
{string}
permissionEdit
the alert message when user does not have permission to edit an annotation
{string}
readOnlyCreate
the alert message when user tries to create an annotation in read-only mode
{string}
readOnlyDelete
the alert message when user tries to delete an annotation in read-only mode
{string}
readOnlyEdit
the alert message when user tries to edit an annotation in read-only mode