upgrade to tinymce 2.1.1.1
This commit is contained in:
parent
f36ba1b268
commit
e75b689857
847 changed files with 34500 additions and 7692 deletions
23
www/extras/tinymce2/jscripts/tiny_mce/plugins/template/blank.htm
vendored
Executable file
23
www/extras/tinymce2/jscripts/tiny_mce/plugins/template/blank.htm
vendored
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>blank_page</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<script type="text/javascript">
|
||||
var tinyMCE = parent.tinyMCE, css = tinyMCE.getParam("content_css").split(','), i, u;
|
||||
|
||||
// Load content CSS files
|
||||
for (i=0; i<css.length; i++) {
|
||||
u = css[i];
|
||||
|
||||
// Fix relative
|
||||
if (u.charAt(0) != '/' && u.indexOf('://') == -1)
|
||||
u = tinyMCE.documentBasePath + "/" + u;
|
||||
|
||||
document.write('<link href="' + u + '" rel="stylesheet" type="text/css" />');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body id="mceTemplatePreview">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue