!function(){"use strict";var e=function(n){var t=n,i=function(){return t};return{get:i,set:function(e){t=e},clone:function(){return e(i())}}},n=tinymce.util.Tools.resolve("tinymce.PluginManager"),t=function(e){return{isFullscreen:function(){return null!==e.get()}}},i=function(e,n){e.fire("FullscreenStateChanged",{state:n})},r=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils").DOM,o=function(e,n){var t,o,l,c,u=document.body,s=document.documentElement,d=n.get(),a=function(){r.setStyle(l,"height",function(){var e,n,t=window,i=document.body;return i.offsetWidth&&(e=i.offsetWidth,n=i.offsetHeight),t.innerWidth&&t.innerHeight&&(e=t.innerWidth,n=t.innerHeight),{w:e,h:n}}().h-(o.clientHeight-l.clientHeight))},h=function(){r.unbind(window,"resize",a)};if(o=e.getContainer(),t=o.style,l=e.getContentAreaContainer().firstChild,c=l.style,d)c.width=d.iframeWidth,c.height=d.iframeHeight,d.containerWidth&&(t.width=d.containerWidth),d.containerHeight&&(t.height=d.containerHeight),r.removeClass(u,"mce-fullscreen"),r.removeClass(s,"mce-fullscreen"),r.removeClass(o,"mce-fullscreen"),function(e){window.scrollTo(e.x,e.y)}(d.scrollPos),r.unbind(window,"resize",d.resizeHandler),e.off("remove",d.removeHandler),n.set(null),i(e,!1);else{var f={scrollPos:function(){var e=r.getViewPort();return{x:e.x,y:e.y}}(),containerWidth:t.width,containerHeight:t.height,iframeWidth:c.width,iframeHeight:c.height,resizeHandler:a,removeHandler:h};c.width=c.height="100%",t.width=t.height="",r.addClass(u,"mce-fullscreen"),r.addClass(s,"mce-fullscreen"),r.addClass(o,"mce-fullscreen"),r.bind(window,"resize",a),e.on("remove",h),a(),n.set(f),i(e,!0)}},l=function(e,n){e.addCommand("mceFullScreen",function(){o(e,n)})},c=function(e){return function(n){var t=n.control;e.on("FullscreenStateChanged",function(e){t.active(e.state)})}},u=function(e){e.addMenuItem("fullscreen",{text:"Fullscreen",shortcut:"Ctrl+Shift+F",selectable:!0,cmd:"mceFullScreen",onPostRender:c(e),context:"view"}),e.addButton("fullscreen",{active:!1,tooltip:"Fullscreen",cmd:"mceFullScreen",onPostRender:c(e)})};n.add("fullscreen",function(n){var i=e(null);return l(n,i),u(n),n.addShortcut("Ctrl+Shift+F","","mceFullScreen"),t(i)})}();