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/creating-a-skin.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Creating a new skin will allow you to alter the appearance of TinyMCE. If you wo
12
12
[[preparation]]
13
13
== Preparation
14
14
15
-
To manually build the `less` files you will have to download the https://www.tinymce.com/download/[TinyMCE development package]. This package contains the source code for the entire TinyMCE project and the `less` files needed to skin the editor or use the https://github.com/tinymce/tinymce/[GitHub version]. You will also need to install https://nodejs.org[Node.js] and the NPM node module dependencies needed for the build process. This https://github.com/tinymce/tinymce/blob/master/readme.md[readme.md] file explains how to build TinyMCE manually.
15
+
To manually build the `less` files you will have to download the link:{downloadspage}[TinyMCE development package]. This package contains the source code for the entire TinyMCE project and the `less` files needed to skin the editor or use the https://github.com/tinymce/tinymce/[GitHub version]. You will also need to install https://nodejs.org[Node.js] and the NPM node module dependencies needed for the build process. This https://github.com/tinymce/tinymce/blob/master/readme.md[readme.md] file explains how to build TinyMCE manually.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api/tinymce.dom/tinymce.dom.bookmarkmanager.adoc
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This class handles selection bookmarks.
5
5
[[constructors]]
6
6
== Constructors
7
7
8
-
[cols=",,",options="header",]
8
+
[cols="1,3,1",options="header",]
9
9
|===
10
10
|name |summary |defined by
11
11
|link:#bookmarkmanager[BookmarkManager()] |Constructs a new BookmarkManager instance for a specific selection instance. |link:{baseurl}/api/tinymce.dom/tinymce.dom.bookmarkmanager.html[tinymce.dom.BookmarkManager]
@@ -14,7 +14,7 @@ This class handles selection bookmarks.
14
14
[[methods]]
15
15
== Methods
16
16
17
-
[cols=",,",options="header",]
17
+
[cols="1,3,1",options="header",]
18
18
|===
19
19
|name |summary |defined by
20
20
|link:#getbookmark[getBookmark()] |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. |link:{baseurl}/api/tinymce.dom/tinymce.dom.bookmarkmanager.html[tinymce.dom.BookmarkManager]
@@ -34,7 +34,7 @@ Constructs a new BookmarkManager instance for a specific selection instance.
34
34
[[parameters]]
35
35
==== Parameters
36
36
37
-
* [.param-name]#selection# link:{baseurl}/api/tinymce.dom/tinymce.dom.selection.html[[.param-type]#(tinymce.dom.Selection)#] - Selection instance to handle bookmarks for.
37
+
* `+selection+` link:{baseurl}/api/tinymce.dom/tinymce.dom.selection.html[`+(tinymce.dom.Selection)+`] - Selection instance to handle bookmarks for.
38
38
39
39
== Methods
40
40
@@ -48,7 +48,7 @@ Returns a bookmark location for the current selection. This bookmark object can
48
48
[[examples]]
49
49
==== Examples
50
50
51
-
[source,prettyprint]
51
+
[source,js]
52
52
----
53
53
// Stores a bookmark of the current selection
54
54
var bm = tinymce.activeEditor.selection.getBookmark();
0 commit comments