mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sun Aug 29 07:49:58 AM CST 2021
This commit is contained in:
parent
c00a8e0463
commit
b706b0497a
5 changed files with 153 additions and 21 deletions
21
searchurl/textarea_t.html
Normal file
21
searchurl/textarea_t.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<style>div{position:fixed;}button{height:30px}
|
||||
textarea{margin-top:30px;width:100%;height:100%;border:none;outline:none}</style>
|
||||
<script src="textarea.js"></script>
|
||||
<div>
|
||||
<button onclick="onDelete()">╳</button>
|
||||
<button onclick="onUp()">↑</button>
|
||||
<button onclick="onDown()">↓</button>
|
||||
<button onclick="onTop()">⤒</button>
|
||||
<button onclick="onBottom()">⤓</button>
|
||||
</div>
|
||||
<textarea autofocus />
|
||||
H1
|
||||
h2
|
||||
h3
|
||||
h4
|
||||
h5
|
||||
h6
|
||||
h7
|
||||
h8
|
||||
h9
|
||||
ha
|
Loading…
Add table
Add a link
Reference in a new issue