* Html Editor: Add fullscreen feature into html editor

This commit is contained in:
Hadi Nategh 2020-02-20 16:04:27 +01:00
parent 4a14e0d36b
commit 8d85b50ded

View File

@ -163,7 +163,7 @@ var et2_htmlarea = (function(){ "use strict"; return et2_editableWidget.extend([
valid_children : this.options.valid_children, valid_children : this.options.valid_children,
plugins: [ plugins: [
"print searchreplace autolink directionality ", "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 ", "codesample table charmap hr pagebreak nonbreaking anchor toc ",
"insertdatetime advlist lists textcolor wordcount imagetools ", "insertdatetime advlist lists textcolor wordcount imagetools ",
"colorpicker textpattern help paste code searchreplace tabfocus" "colorpicker textpattern help paste code searchreplace tabfocus"
@ -475,14 +475,14 @@ jQuery.extend(et2_htmlarea, {
*/ */
TOOLBAR_EXTENDED: "fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+ TOOLBAR_EXTENDED: "fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+
"link | alignleft aligncenter alignright alignjustify | numlist "+ "link | alignleft aligncenter alignright alignjustify | numlist "+
"bullist outdent indent | removeformat | image", "bullist outdent indent | removeformat | image | fullscreen",
/** /**
* arranged toolbars as advanced mode * arranged toolbars as advanced mode
* @constant * @constant
*/ */
TOOLBAR_ADVANCED: "undo redo| formatselect | fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+ TOOLBAR_ADVANCED: "undo redo| formatselect | fontselect fontsizeselect | bold italic strikethrough forecolor backcolor | "+
"link | alignleft aligncenter alignright alignjustify | numlist "+ "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 * font size formats
* @constant * @constant