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/api/tinymce.dom/tinymce.dom.bookmarkmanager.adoc
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,17 @@
2
2
3
3
This class handles selection bookmarks.
4
4
5
-
[#constructors .anchor]##
6
-
7
-
== link:#constructors[Constructors]
5
+
[[constructors]]
6
+
== Constructors
8
7
9
8
[cols=",,",options="header",]
10
9
|===
11
10
|name |summary |defined by
12
11
|link:#bookmarkmanager[BookmarkManager()] |Constructs a new BookmarkManager instance for a specific selection instance. |link:/docs-4x/api/tinymce.dom/tinymce.dom.bookmarkmanager[tinymce.dom.BookmarkManager]
13
12
|===
14
13
15
-
[#methods .anchor]##
16
-
17
-
== link:#methods[Methods]
14
+
[[methods]]
15
+
== Methods
18
16
19
17
[cols=",,",options="header",]
20
18
|===
@@ -26,28 +24,28 @@ This class handles selection bookmarks.
26
24
27
25
== Constructors
28
26
29
-
[#bookmarkmanager .anchor]##
30
-
31
-
=== link:#bookmarkmanager[BookmarkManager]
27
+
[[bookmarkmanager]]
28
+
=== BookmarkManager
32
29
33
30
public constructor function BookmarkManager(selection:tinymce.dom.Selection)
34
31
35
32
Constructs a new BookmarkManager instance for a specific selection instance.
36
33
34
+
[[parameters]]
37
35
==== Parameters
38
36
39
37
* [.param-name]#selection# link:/docs-4x/api/tinymce.dom/tinymce.dom.selection[[.param-type]#(tinymce.dom.Selection)#] - Selection instance to handle bookmarks for.
Returns a bookmark location for the current selection. This bookmark object can then be used to restore the selection after some content modification to the document.
0 commit comments