can we extend the source code window of tinyMCE ? Topic is solved

General questions relating to Joomla! 3.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
Michael REMY
Joomla! Intern
Joomla! Intern
Posts: 62
Joined: Thu Feb 25, 2010 9:32 am

can we extend the source code window of tinyMCE ?

Post by Michael REMY » Fri Jan 26, 2024 9:58 am

hi,

is there a way to extend the overlay window that display the html code in the editor (from menu TOOLS/ source code) ?
Image

i saw a lot of parameters to define embed window size, but not that "overlay" window !
i use a 1080 screen resolution but the windows always keep the same size. 665pixel i guess.
Even in a 720p screen, the size remains 665pixel...
maybe there is a file css/html/php to tweak to change this default length ?

Best regards

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44097
Joined: Sat Apr 05, 2008 9:58 pm

Re: can we extend the source code window of tinyMCE ?

Post by Webdongle » Sat Jan 27, 2024 12:21 am

This is what I get
source code 01.JPG
You do not have the required permissions to view the files attached to this post.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Michael REMY
Joomla! Intern
Joomla! Intern
Posts: 62
Joined: Thu Feb 25, 2010 9:32 am

Re: can we extend the source code window of tinyMCE ?

Post by Michael REMY » Mon Jan 29, 2024 9:19 am

you use the plugin codemiror for highlighting color code, not me. so you have another version.

i find a tip but i can't apply it on my back template (isis) :
https://issues.joomla.org/tracker/jooml ... ent-644650

My editor is used in back panel administrator (module custom editor), not in the frond by basic users.

Even when i added the css :

Code: Select all

.tox-dialog {
width: calc(100vw - 100px) !important;
max-width: unset !important;
height: calc(100vh - 100px) !important;
max-height: unset !important;
}

to my /administrator/template/isis/template.css , the window remains little (off course i reloaded/clear the cache)

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44097
Joined: Sat Apr 05, 2008 9:58 pm

Re: can we extend the source code window of tinyMCE ?

Post by Webdongle » Mon Jan 29, 2024 10:38 am

What version of Joomla are you using?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Michael REMY
Joomla! Intern
Joomla! Intern
Posts: 62
Joined: Thu Feb 25, 2010 9:32 am

Re: can we extend the source code window of tinyMCE ?

Post by Michael REMY » Thu Feb 15, 2024 3:23 pm

i use the last release of j3.

i saw this tips on j4, but it did not work with J3 updated.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44097
Joined: Sat Apr 05, 2008 9:58 pm

Re: can we extend the source code window of tinyMCE ?

Post by Webdongle » Thu Feb 15, 2024 6:31 pm

Click the 'Toggle editor; button (bottom right. Or use JCE that has a tab at the top to see source code.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Michael REMY
Joomla! Intern
Joomla! Intern
Posts: 62
Joined: Thu Feb 25, 2010 9:32 am

Re: can we extend the source code window of tinyMCE ?

Post by Michael REMY » Fri Feb 16, 2024 8:18 am

using the toggle button, yes it is what i do now but there is no color or syntaxe check. but the window is wide.


Post Reply

Return to “General Questions/New to Joomla! 3.x”