基于jQuery的可视化HTML编辑器 WKRTE

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-07 16:29:05

软件介绍

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>

 

 

本文地址:https://codercto.com/soft/d/3070.html

Chinese Authoritarianism in the Information Age

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》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换