includes/clientside/tinymce/plugins/preview/example.html
author Dan
Sun, 30 Sep 2007 19:27:44 -0400
changeset 153 9b86248e8fee
parent 1 fe660c52c48f
permissions -rw-r--r--
Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="jscripts/embed.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>