index.html
943 Bytes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HtmEditor</title>
<link type="text/css" rel="stylesheet" href="jquery.rte_wev8.css" />
<style type="text/css">
body, textarea {
font-family:sans-serif;
font-size:12px;
}
</style>
</head>
<body>
<textarea name="form[info2]" id="test" class="rte2" method="post" action="#"></textarea>
<script type="text/javascript" src="jquery_wev8.js"></script>
<script type="text/javascript" src="jquery.rte_wev8.js"></script>
<script type="text/javascript" src="jquery.rte.tb_wev8.js"></script>
<script type="text/javascript" src="jquery.ocupload-1.1.4_wev8.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.rte2').rte({
width: 800,
height: 400,
controls_rte: rte_toolbar,
controls_html: html_toolbar
});
});
</script>
</body>
</html>