includes/clientside/tinymce/plugins/fullscreen/fullscreen.htm
changeset 1193 e3b94bd055dc
parent 588 20484deb89cd
equal deleted inserted replaced
1192:5882f0eebb34 1193:e3b94bd055dc
    94 		}
    94 		}
    95 
    95 
    96 		// Add onunload
    96 		// Add onunload
    97 		tinymce.dom.Event.add(window, "beforeunload", unloadHandler);
    97 		tinymce.dom.Event.add(window, "beforeunload", unloadHandler);
    98 	</script>
    98 	</script>
    99 	<base target="_self" />
       
   100 </head>
    99 </head>
   101 <body style="margin:0;overflow:hidden;width:100%;height:100%" scrolling="no" scroll="no">
   100 <body style="margin:0;overflow:hidden;width:100%;height:100%" scrolling="no" scroll="no">
   102 <form onsubmit="doParentSubmit();">
   101 <form onsubmit="doParentSubmit();">
   103 <textarea id="fullscreenarea" style="width:100%; height:100%"></textarea>
   102 <textarea id="fullscreenarea" style="width:100%; height:100%"></textarea>
   104 </form>
   103 </form>