📄 demo01.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -