可视化HTML编辑器 STEditor
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.gosu.pl/STEditor/
软件介绍
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>
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》 这本书的介绍吧!
