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/Installation.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@
4
4
5
5
Installing TinyMCE is very simple; follow the instructions here. We give a few examples of how to integrate TinyMCE. You should also take a look at TinyMCE's extensive configuration options.
6
6
7
-
Recently added is the https://www.tiny.cloud/docs-3x/reference/for-dummies/[For Dummies section].
7
+
Recently added is the xref:reference/for-dummies.adoc[For Dummies section].
8
8
9
9
[[requirements]]
10
10
== Requirements
11
11
12
-
TinyMCE has no direct requirements except for browser compatibility (see https://www.tiny.cloud/docs-3x/extras/Browser_compatiblity/[TinyMCE:compatibility] and, of course, having JavaScript enabled.
12
+
TinyMCE has no direct requirements except for browser compatibility (see xref:extras/Browser_compatiblity.adoc[TinyMCE:compatibility] and, of course, having JavaScript enabled.
13
13
14
14
There is NO back-end code distributed with TinyMCE.
15
15
16
-
TinyMCE can be set up to use textareas in an HTML form as a workspace. When the form is submitted you can have your system do something with the content of the textarea such as save the HTML code to a database or file. Your frontend can also be set up to read in existing content so you can make changes to it. Refer to Configuration Options, General, https://www.tiny.cloud/docs-3x/reference/configuration/mode/[Mode] for more information.
16
+
TinyMCE can be set up to use textareas in an HTML form as a workspace. When the form is submitted you can have your system do something with the content of the textarea such as save the HTML code to a database or file. Your frontend can also be set up to read in existing content so you can make changes to it. Refer to Configuration Options, General, xref:reference/configuration/mode.adoc[Mode] for more information.
17
17
18
18
[[windows-specific-apache-configuration]]
19
19
== Windows specific Apache configuration
@@ -120,7 +120,7 @@ which should be turned into :
120
120
121
121
```
122
122
123
-
Conclusion: this part will control the editor's look and functionalities. You can adapt it to your needs according to [TinyMCE:Configuration](https://www.tiny.cloud/docs-3x/reference/Configuration3x/).
123
+
Conclusion: this part will control the editor's look and functionalities. You can adapt it to your needs according to [TinyMCE:Configuration](xref:reference/Configuration3x.adoc).
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api/class_tinyMCEPopup.html.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
TinyMCE popup/dialog helper class. This gives you easy access to the parent editor instance and a bunch of other things. It's higly recommended that you load this script into your dialogs.
| <<oninit,onInit>>(editor:https://www.tiny.cloud/docs-3x/api/class_tinymce.Editor.html[Editor]) : [.static]#[static]# Fires when the popup is initialized.
80
+
| <<oninit,onInit>>(editor:xref:api/class_tinymce.Editor.adoc[Editor]) : [.static]#[static]# Fires when the popup is initialized.
81
81
| tinyMCEPopup
82
82
|===
83
83
84
84
[[method-details]]
85
-
== Method details
85
+
== Method details
86
86
anchor:methoddetails[historical anchor]
87
87
88
88
[[alert]]
@@ -314,21 +314,21 @@ Restores any stored selection. This can be useful since some browsers looses it'
314
314
Stores the current editor selection for later restoration. This can be useful since some browsers looses it's selection if a control element is selected/focused inside the dialogs.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api/class_tinymce.AddOnManager.html.adoc
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@
15
15
This class handles the loading of themes/plugins or other add-ons and their language packs.
16
16
17
17
[[public-methods]]
18
-
== Public Methods
18
+
== Public Methods
19
19
anchor:publicmethods[historical anchor]
20
20
21
21
|===
22
22
| Method | Defined By
23
23
24
-
| <<add,add>>(id:String, o:https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin]):https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin] : Adds a instance of the add-on by it's short name.
24
+
| <<add,add>>(id:String, o:xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin]):xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin] : Adds a instance of the add-on by it's short name.
25
25
| AddOnManager
26
26
27
-
| <<get,get>>(n:String):https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin] : Returns the specified add on by the short name.
27
+
| <<get,get>>(n:String):xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin] : Returns the specified add on by the short name.
28
28
| AddOnManager
29
29
30
30
| <<load,load>>(n:String, u:String, cb:function, s:Object):void : Loads an add-on from a specific url.
*_public function add(id:String, o:https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin]):https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin]_* +
55
+
*_public function add(id:String, o:xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin]):xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin]_* +
56
56
Adds a instance of the add-on by it's short name.
57
57
58
58
*Parameters*
@@ -63,19 +63,19 @@ Adds a instance of the add-on by it's short name.
https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin] - The same theme or plugin instance that got passed in.
71
+
xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin] - The same theme or plugin instance that got passed in.
72
72
73
73
*Example*
74
74
75
75
[[get]]
76
76
=== get
77
77
78
-
*_public function get(n:String):https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin]_* +
78
+
*_public function get(n:String):xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin]_* +
79
79
Returns the specified add on by the short name.
80
80
81
81
*Parameters*
@@ -88,7 +88,7 @@ Returns the specified add on by the short name.
88
88
|===
89
89
90
90
*Returns* +
91
-
https://www.tiny.cloud/docs-3x/api/class_tinymce.Theme.html[Theme]/https://www.tiny.cloud/docs-3x/api/plugins/class_tinymce.Plugin.html[Plugin] - Theme or plugin add-on instance or undefined.
91
+
xref:api/class_tinymce.Theme.adoc[Theme]/xref:api/plugins/class_tinymce.Plugin.adoc[Plugin] - Theme or plugin add-on instance or undefined.
92
92
93
93
[[load]]
94
94
=== load
@@ -132,7 +132,7 @@ Loads a language pack for the specified add-on.
0 commit comments