Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8356901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:19:10+00:00 2026-06-09T10:19:10+00:00

I would like the fullscreen plugin to open a wysiwyg popup to certain dimensions.

  • 0

I would like the fullscreen plugin to open a wysiwyg popup to certain dimensions. Is that possible?

I currently have this:

        $(function () {
            $("textarea.tinymce").tinymce({
                script_url: '/scripts/tiny_mce/tiny_mce.js',
                mode: "textareas",
                theme: 'advanced',
                plugins: 'fullscreen',
                theme_advanced_toolbar_location: "top",
                theme_advanced_buttons1: "bold,italic,underline,strikethrough,|,undo,redo,|,bullist,numlist,fullscreen",
                theme_advanced_buttons2: "",
                theme_advanced_buttons3: "",
                theme_advanced_buttons4: "",
                invalid_elements : "img,input,table,a",
                fullscreen_settings : {
                    width : "640",
                    height : "480"
                },
...

which does open the popup in a new window, adding width and height to table “mce_fullscreen_tbl” and makes the wysiwyg appear in the top/left corner. I would like for the wysiwyg to be in the center of the page.

Is there a fullscreen_callback option? this way i could add “mce_fullscreen_tbl.margin: auto’…but not to sure about it.
thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:19:12+00:00Added an answer on June 9, 2026 at 10:19 am

    We solved it by using our own custom css to specify the margins on the mce_fullscreen_tbl element. As an extra feature we added a lightbox effext so that you can see the editor floating above the grayed out page underneath.

    Paste this snippet into your own css that is included in the same page where you use TinyMCE.

    #mce_fullscreen_container { 
      background:none; 
      background: rgba(0, 0, 0, 0.6);    
      -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
      zoom: 1; 
    } 
    
    table#mce_fullscreen_tbl.mceLayout { 
      margin: 20px auto 0; 
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a fullscreen application wrtten in C++ and would like to open a
I have a small .NET program that produces a fullscreen window. I would like
I have a NSWindow that I'm putting into fullscreen mode. I would like to
I have a video view that is full screen and would like to trigger
I would like to open my html page in fullscreen mode. I tried to
I have a fullscreen DirectX desktop app, and would like to display the on-screen
I am making a fullscreen website, and I would like to have a scrollable
I have no idea about it, but if that was possible (like Flash, for
Would like a for loop in jquery so that: For every hover_link: show hidden
Would like to make anapplication in Java that will not automatically parse parameters used

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.