基于jQuery的可视化HTML编辑器 WKRTE
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/wkrte/
- 软件文档: http://code.google.com/p/wkrte/w/list
软件介绍
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>
Chinese Authoritarianism in the Information Age
Routledge / 2018-2-13 / GBP 115.00
This book examines information and public opinion control by the authoritarian state in response to popular access to information and upgraded political communication channels among the citizens in co......一起来看看 《Chinese Authoritarianism in the Information Age》 这本书的介绍吧!
