From 577ec4d042559ccd392aef3a2203bd01ce0cbfc5 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 19 Mar 2025 16:09:25 +1000 Subject: [PATCH 1/7] DOC-3172: Update Full Screen plugin documentation to clarify classic mode requirement. --- modules/ROOT/pages/editor-command-identifiers.adoc | 2 +- modules/ROOT/pages/fullscreen.adoc | 7 +++++-- modules/ROOT/partials/commands/fullscreen-cmds.adoc | 2 +- modules/ROOT/partials/configuration/fullscreen_native.adoc | 3 +++ modules/ROOT/partials/index-pages/opensource-plugins.adoc | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/editor-command-identifiers.adoc b/modules/ROOT/pages/editor-command-identifiers.adoc index 72b1ab37e3..cdbfadba4f 100644 --- a/modules/ROOT/pages/editor-command-identifiers.adoc +++ b/modules/ROOT/pages/editor-command-identifiers.adoc @@ -372,7 +372,7 @@ include::partial$commands/formatpainter-cmds.adoc[leveloffset=+3] [[fullscreen]] ==== Full Screen -The following command requires the xref:fullscreen.adoc[Full Screen (`+fullscreen+`)] plugin. +The following command requires the xref:fullscreen.adoc[Full Screen (`+fullscreen+`)] plugin and is **only** applicable when the editor is in Classic mode. include::partial$commands/fullscreen-cmds.adoc[leveloffset=+3] diff --git a/modules/ROOT/pages/fullscreen.adoc b/modules/ROOT/pages/fullscreen.adoc index 34a4c4946e..d1cca05f97 100644 --- a/modules/ROOT/pages/fullscreen.adoc +++ b/modules/ROOT/pages/fullscreen.adoc @@ -5,12 +5,12 @@ :pluginname: Full Screen :plugincode: fullscreen -This plugin adds full screen editing capabilities to {productname}. When the toolbar button is pressed the editable area will fill the browser's viewport. The plugin adds a toolbar button and a menu item `+Fullscreen+` under the `+View+` menu. +The {pluginname} plugin enables fullscreen editing in {productname} when using classic mode. Activating the toolbar button expands the editable area to fill the browser viewport. The plugin adds a `+Fullscreen+` toolbar button and a corresponding menu item under the `+View+` menu. Full screen mode can be toggled using the following keyboard shortcuts: * macOS: Command+Shift+F -* Most other operating systems (such as Windows or Linux): Ctrl+Shift+F +* Windows or Linux: Ctrl+Shift+F == Basic setup @@ -23,6 +23,9 @@ tinymce.init({ }); ---- +[NOTE] +This feature is supported only when {productname} is operating in classic mode. It is **not supported** in inline mode. For details on the differences between editing modes, refer to xref:use-tinymce-classic.adoc[Classic editing mode]. + == Options The following configuration options affect the behavior of the {pluginname} plugin. diff --git a/modules/ROOT/partials/commands/fullscreen-cmds.adoc b/modules/ROOT/partials/commands/fullscreen-cmds.adoc index fdd1d47ca1..a08d780e9f 100644 --- a/modules/ROOT/partials/commands/fullscreen-cmds.adoc +++ b/modules/ROOT/partials/commands/fullscreen-cmds.adoc @@ -1,7 +1,7 @@ [cols="1,3",options="header"] |=== |Command |Description -|mceFullScreen |Toggles full screen mode. +|mceFullScreen |Toggles full screen mode when the editor is in Classic mode. |=== .Example diff --git a/modules/ROOT/partials/configuration/fullscreen_native.adoc b/modules/ROOT/partials/configuration/fullscreen_native.adoc index ae385f2ab4..a765fd7e40 100644 --- a/modules/ROOT/partials/configuration/fullscreen_native.adoc +++ b/modules/ROOT/partials/configuration/fullscreen_native.adoc @@ -13,6 +13,9 @@ The `+fullscreen_native+` option allows the editor to use the browser full scree *Possible values:* `+true+`, `+false+` +[NOTE] +This option is only supported when {productname} is in classic mode. It is not supported in inline mode. + === Example: using `+fullscreen_native+` To use the browser-native full screen mode for the {productname} editor, set `+fullscreen_native+` to `+true+`. For example: diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index 751bc0c5f5..e461f665fa 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -67,7 +67,7 @@ a| [.lead] xref:fullscreen.adoc[Full Screen] -Zoom {productname} up to the whole screen. +Expand {productname} to fill the entire screen when using classic mode. a| [.lead] From e90bcdee41c91ef5245e93a74ae5dc71caa066d6 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 19 Mar 2025 17:01:50 +1000 Subject: [PATCH 2/7] Update modules/ROOT/pages/editor-command-identifiers.adoc Co-authored-by: tiny-ben-tran --- modules/ROOT/pages/editor-command-identifiers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/editor-command-identifiers.adoc b/modules/ROOT/pages/editor-command-identifiers.adoc index cdbfadba4f..257c2bd58c 100644 --- a/modules/ROOT/pages/editor-command-identifiers.adoc +++ b/modules/ROOT/pages/editor-command-identifiers.adoc @@ -372,7 +372,7 @@ include::partial$commands/formatpainter-cmds.adoc[leveloffset=+3] [[fullscreen]] ==== Full Screen -The following command requires the xref:fullscreen.adoc[Full Screen (`+fullscreen+`)] plugin and is **only** applicable when the editor is in Classic mode. +The following command requires the xref:fullscreen.adoc[Full Screen (`+fullscreen+`)] plugin and is **only** applicable when the editor is in classic mode. include::partial$commands/fullscreen-cmds.adoc[leveloffset=+3] From dde3b3c1867a8a8213c7eac03676595c976d9360 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 19 Mar 2025 17:02:02 +1000 Subject: [PATCH 3/7] Update modules/ROOT/pages/fullscreen.adoc Co-authored-by: tiny-ben-tran --- modules/ROOT/pages/fullscreen.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/fullscreen.adoc b/modules/ROOT/pages/fullscreen.adoc index d1cca05f97..d5345a46c6 100644 --- a/modules/ROOT/pages/fullscreen.adoc +++ b/modules/ROOT/pages/fullscreen.adoc @@ -7,7 +7,7 @@ The {pluginname} plugin enables fullscreen editing in {productname} when using classic mode. Activating the toolbar button expands the editable area to fill the browser viewport. The plugin adds a `+Fullscreen+` toolbar button and a corresponding menu item under the `+View+` menu. -Full screen mode can be toggled using the following keyboard shortcuts: +Fullscreen mode can be toggled using the following keyboard shortcuts: * macOS: Command+Shift+F * Windows or Linux: Ctrl+Shift+F From a0906ec3b2c45f43f79e797f595ccc646b6ccf82 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 20 Mar 2025 12:02:55 +1000 Subject: [PATCH 4/7] Update modules/ROOT/partials/commands/fullscreen-cmds.adoc Co-authored-by: tiny-ben-tran --- modules/ROOT/partials/commands/fullscreen-cmds.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/commands/fullscreen-cmds.adoc b/modules/ROOT/partials/commands/fullscreen-cmds.adoc index a08d780e9f..8acbca1ccf 100644 --- a/modules/ROOT/partials/commands/fullscreen-cmds.adoc +++ b/modules/ROOT/partials/commands/fullscreen-cmds.adoc @@ -1,7 +1,7 @@ [cols="1,3",options="header"] |=== |Command |Description -|mceFullScreen |Toggles full screen mode when the editor is in Classic mode. +|mceFullScreen |Toggles fullscreen mode |=== .Example From 5e4dee2e014a0dd0447fbf3e94a439428a9b27de Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 20 Mar 2025 12:03:03 +1000 Subject: [PATCH 5/7] Update modules/ROOT/partials/index-pages/opensource-plugins.adoc Co-authored-by: tiny-ben-tran --- modules/ROOT/partials/index-pages/opensource-plugins.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index e461f665fa..7d686e25a2 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -67,7 +67,7 @@ a| [.lead] xref:fullscreen.adoc[Full Screen] -Expand {productname} to fill the entire screen when using classic mode. +Expand {productname} to fill the entire screen a| [.lead] From 0751f5c8b56143951f2b4f2e7f4179a1332b297b Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 20 Mar 2025 12:03:29 +1000 Subject: [PATCH 6/7] Update modules/ROOT/partials/commands/fullscreen-cmds.adoc --- modules/ROOT/partials/commands/fullscreen-cmds.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/commands/fullscreen-cmds.adoc b/modules/ROOT/partials/commands/fullscreen-cmds.adoc index 8acbca1ccf..33e19a6c14 100644 --- a/modules/ROOT/partials/commands/fullscreen-cmds.adoc +++ b/modules/ROOT/partials/commands/fullscreen-cmds.adoc @@ -1,7 +1,7 @@ [cols="1,3",options="header"] |=== |Command |Description -|mceFullScreen |Toggles fullscreen mode +|mceFullScreen |Toggles fullscreen mode. |=== .Example From 173ef43035040f07503a69c2db8f20060800eff2 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 20 Mar 2025 12:03:47 +1000 Subject: [PATCH 7/7] Update modules/ROOT/partials/index-pages/opensource-plugins.adoc --- modules/ROOT/partials/index-pages/opensource-plugins.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index 7d686e25a2..837f39abad 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -67,7 +67,7 @@ a| [.lead] xref:fullscreen.adoc[Full Screen] -Expand {productname} to fill the entire screen +Expand {productname} to fill the entire screen. a| [.lead]