upgrading tinymce to 1.45
This commit is contained in:
parent
c351096b73
commit
677558fe71
46 changed files with 664 additions and 0 deletions
15
www/extras/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm
vendored
Normal file
15
www/extras/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>blank_page</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<script language="javascript">
|
||||
function init() {
|
||||
document.designMode = 'on';
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="init();">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue