可视化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://codercto.com/soft/d/3096.html

Wikis For Dummies

Wikis For Dummies

Dan Woods、Peter Thoeny / For Dummies / 2007-7-23 / USD 24.99

Corporations have finally realized the value of collaboration tools for knowledge sharing and Wiki is the open source technology for creating collaborative Web sites, as either a public site on the In......一起来看看 《Wikis For Dummies》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

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

UNIX 时间戳转换