Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to get toolbars, reasonably-sized windows, and other things in TinyMCE 3.5.6 fullscreen mode
    primarykey
    data
    text
    <p>I am making changes to a set of forms that are using TinyMCE 3.5.6 as the WYSIWYG editor. One of the modifications I would like to make is to allow people to edit text in a separate window, and the ability to resize said window. With the following initialization:</p> <pre><code>$(document).ready(function() { tinyMCE.init({ theme: "advanced", mode : "exact", plugins : "fullscreen", toolbar : "fullscreen", elements : "id_notes_type_of_organization, id_mission_statement, id_goals_and_impact", theme_advanced_buttons3_add : "fullscreen" }); }); </code></pre> <p>I get fullscreen, but not in a separate window. If I subsequently add <code>fullscreen_new_window: true</code>, a new window opens but:</p> <ol> <li>The toolbars are missing from the new window;</li> <li>The window size is tiny and requires resizing;</li> <li>Any text I type into this window does not carry over to the text field that I originally clicked "fullscreen" in.</li> </ol> <p>I am not sure how to rectify #1 or #3. </p> <p>Problem 2 seems to be evident on Chrome on Linux in particular; using Firefox 20 on Linux, or Chrome on OS X, clicking fullscreen provides an actual fullscreen window. (Even the behavior on Chrome for Linux does not appear to be consistent.)</p> <p>But I wanted this to work in Chrome as well; to that end, I put the following in the previous <code>tinyMCE.init</code> statement, which failed to work:</p> <pre><code>fullscreen_settings: { theme_advanced_source_editor_width: 640, theme_advanced_source_editor_height: 480 } </code></pre> <p>The debugging console shows that when I try to open the new window, jQuery is somehow not loaded (to wit, I get the error "Load jQuery first!"). Inserting a reference to it in <code>fullscreen.htm</code> does not seem to rectify the situation -- I get the same errors.</p> <p>This is one of my first forays into TinyMCE, and I am feeling a touch out of my depth at this point. Any assistance would be quite welcome.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload