可视化HTML编辑器 STEditor

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-07 22:56:51

软件介绍

STEditor 是一个基于浏览器的简单的可视化HTML编辑器。

使用方法:

<style type="text/css">@import url('SimpleTextEditor.css');</style>
<script src="SimpleTextEditor.js"></script>

<form>
<textarea id="body" name="body"></textarea>
<input type="submit" value="submit" onclick="ste.submit();">
</form>

<script>
var ste = new SimpleTextEditor("body", "ste");
ste.cssFile = 'main.css';
ste.charset = 'iso-8859-1';
ste.init();
</script>

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

Programming the Mobile Web

Programming the Mobile Web

Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99

* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具