demo01.html

来自「NicEdit 是一个轻量级」· HTML 代码 · 共 37 行

HTML
37
字号
<html><head>	<title>Demo 1 : Convert All Textareas</title></head><body><div id="menu"></div><div id="intro">By calling the nicEditors.allTextareas() function the below example replaces all 3 textareas on the page with nicEditors. NicEditors will match the size of the editor window with the size of the textarea it replaced.</div><br /><div id="sample"><script type="text/javascript" src="../nicEdit.js"></script><script type="text/javascript">	bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });</script><h4>First Textarea</h4><textarea name="area1" cols="35"></textarea><br /><h4>Second Textarea</h4><textarea name="area2" style="width: 100%;">	Some Initial Content was in this textarea</textarea><br /><h4>Third Textarea</h4><textarea name="area3" style="width: 300px; height: 100px;">	HTML <b>content</b> <i>default</i> in textarea</textarea></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?