WKRTE基于jQuery的可視化HTML編輯器
WKRTE 是一個基于jQuery的可視化HTML編輯器
示例代碼:
<textarea cols="70" rows="20" class="wkrte" method="post" action="#">Textarea content here - you can also leave it blank.</textarea>
<!-- The scripts that will do all the magic -->
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/wkrte.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var arr = $('.wkrte').rte({
width: 720,
height: 520,
controls_rte: rte_toolbar,
controls_html: html_toolbar
});
});
</script>
評論
圖片
表情
