You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/advanced-accessibility.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The following *Alt+key* and *Option+key* shortcuts can only be used when the con
38
38
| Tab and the Arrow Keys
39
39
|===
40
40
41
-
For additional navigation keyboard shortcuts and shortcuts for applying some commonly-used formats, see: xref:advanced/keyboard-shortcuts.adoc[Keyboard shortcuts].
41
+
For additional navigation keyboard shortcuts and shortcuts for applying some commonly-used formats, see: xref:keyboard-shortcuts.adoc[Keyboard shortcuts].
42
42
43
43
== How to work with the editor
44
44
@@ -64,4 +64,4 @@ Dialogs such as *Insert/Edit Image* are opened from either a menu item or a tool
64
64
65
65
== Accessibility options
66
66
67
-
{productname} has accessibility options that can be set when initializing the editor, see: xref:configure/accessibility.adoc[Accessibility options].
67
+
{productname} has accessibility options that can be set when initializing the editor, see: xref:configure-accessibility.adoc[Accessibility options].
| Fired when the editor mode is changed. The available modes are "design" and "readonly". Additional modes can be registered using {productname} API xref:api/tinymce/tinymce.editormode.adoc#register['tinymce.activeEditor.mode.register()'].
132
+
| Fired when the editor mode is changed. The available modes are "design" and "readonly". Additional modes can be registered using {productname} API xref:apis/tinymce.editormode.adoc#register['tinymce.activeEditor.mode.register()'].
133
133
134
134
| ScrollWindow
135
135
| (Same data as the native https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event[scroll event])
| Fired when the editor transitions from a "pristine" state to a "dirty" state. The editor is "dirty" when xref:api/tinymce/tinymce.undomanager.adoc[an undo level] has been _created_ since initialization or the last saved state. To check if the editor is "dirty", use the xref:api/tinymce/tinymce.editor.adoc#isDirty[`editor.isDirty` API].
266
+
| Fired when the editor transitions from a "pristine" state to a "dirty" state. The editor is "dirty" when xref:apis/tinymce.undomanager.adoc[an undo level] has been _created_ since initialization or the last saved state. To check if the editor is "dirty", use the xref:apis/tinymce.editor.adoc#isDirty[`editor.isDirty` API].
| Fired when a change to the editor progress state is scheduled using the {productname} API xref:api/tinymce/tinymce.editor.adoc#setProgressState[`tinymce.activeEditor.setProgressState()`].
278
+
| Fired when a change to the editor progress state is scheduled using the {productname} API xref:apis/tinymce.editor.adoc#setProgressState[`tinymce.activeEditor.setProgressState()`].
| Fired before a notification is displayed. For information on the Notifications Specification (`NotificationSpec`), see: xref:advanced/creating-custom-notifications.adoc[Create custom notifications].
361
+
| Fired before a notification is displayed. For information on the Notifications Specification (`NotificationSpec`), see: xref:creating-custom-notifications.adoc[Create custom notifications].
362
362
include::partial$misc/requires_5_6v.adoc[]
363
363
364
364
| OpenNotification
365
365
| `{ notification: NotificationApi }`
366
-
| Fired after a notification is displayed. For information on the Notifications API (`NotificationApi`), see: xref:advanced/creating-custom-notifications.adoc[Create custom notifications].
366
+
| Fired after a notification is displayed. For information on the Notifications API (`NotificationApi`), see: xref:creating-custom-notifications.adoc[Create custom notifications].
367
367
include::partial$misc/requires_5_6v.adoc[]
368
368
|===
369
369
@@ -400,7 +400,7 @@ For events applicable to the Advanced Tables plugin, see: xref:tableevents[Table
400
400
[[autosaveevents]]
401
401
=== Autosave events
402
402
403
-
The following events are provided by the xref:plugins/opensource/autosave.adoc[Autosave plugin].
403
+
The following events are provided by the xref:autosave.adoc[Autosave plugin].
404
404
405
405
|===
406
406
| Name | Data | Description
@@ -421,7 +421,7 @@ The following events are provided by the xref:plugins/opensource/autosave.adoc[A
421
421
[[charactermapevents]]
422
422
=== Character Map events
423
423
424
-
The following event is provided by the xref:plugins/opensource/charmap.adoc[Character Map plugin].
424
+
The following event is provided by the xref:charmap.adoc[Character Map plugin].
425
425
426
426
|===
427
427
| Name | Data | Description
@@ -434,7 +434,7 @@ The following event is provided by the xref:plugins/opensource/charmap.adoc[Char
434
434
[[commentsevents]]
435
435
=== Comments events
436
436
437
-
The following event is provided by the xref:plugins/premium/comments/index.adoc[Comments plugin].
437
+
The following event is provided by the xref:comments.adoc[Comments plugin].
0 commit comments