From 8d85b50ded654645893d0d1a965a8a371626d018 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 20 Feb 2020 16:04:27 +0100 Subject: [PATCH] * Html Editor: Add fullscreen feature into html editor --- api/js/etemplate/et2_widget_htmlarea.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/js/etemplate/et2_widget_htmlarea.js b/api/js/etemplate/et2_widget_htmlarea.js index dfeb9bc8f0..ef1ffe96d0 100644 --- a/api/js/etemplate/et2_widget_htmlarea.js +++ b/api/js/etemplate/et2_widget_htmlarea.js @@ -163,7 +163,7 @@ var et2_htmlarea = (function(){ "use strict"; return et2_editableWidget.extend([ valid_children : this.options.valid_children, plugins: [ "print searchreplace autolink directionality ", - "visualblocks visualchars image link media template ", + "visualblocks visualchars image link media template | fullscreen", "codesample table charmap hr pagebreak nonbreaking anchor toc ", "insertdatetime advlist lists textcolor wordcount imagetools ", "colorpicker textpattern help paste code searchreplace tabfocus" @@ -475,14 +475,14 @@ jQuery.extend(et2_htmlarea, { */ TOOLBAR_EXTENDED: "fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+ "link | alignleft aligncenter alignright alignjustify | numlist "+ - "bullist outdent indent | removeformat | image", + "bullist outdent indent | removeformat | image | fullscreen", /** * arranged toolbars as advanced mode * @constant */ TOOLBAR_ADVANCED: "undo redo| formatselect | fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+ "link | alignleft aligncenter alignright alignjustify | numlist "+ - "bullist outdent indent ltr rtl | removeformat code| image | searchreplace", + "bullist outdent indent ltr rtl | removeformat code| image | searchreplace | fullscreen", /** * font size formats * @constant