Revision 481 (by ahitrov, 2015/03/03 12:49:41) jquery-1.9.1.min.js,
tinymce-3.5.11,
tinymce-4.1.7,
title.msn modified so that you can include in <head> section custom project or plugin parts

<!DOCTYPE html>
<html>
<body>
	<h3>Custom dialog</h3>
	Input some text: <input id="content">
	<button onclick="top.tinymce.activeEditor.windowManager.getWindows()[0].close();">Close window</button>
</body>
</html>