adding more tinymce files

This commit is contained in:
JT Smith 2004-11-12 14:42:45 +00:00
parent b56c5515d6
commit a1d0f25cfa
26 changed files with 968 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<script language="javascript" src="../../tiny_mce_popup.js"></script>
<title>Example of a custom preview page</title>
<link href="{$content_css}" rel="stylesheet" type="text/css">
</head>
<body>
Editor contents: <br />
{$content}
</body>
</html>