-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
textarea.view.tree
73 lines (72 loc) · 1.3 KB
/
textarea.view.tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
$mol_textarea $mol_stack
attr *
^
mol_textarea_clickable <= clickable? false
mol_textarea_sidebar_showed <= sidebar_showed false
event *
keydown?event <=> press?event null
pointermove?event <=> hover?event null
sub /
<= Edit $mol_textarea_edit
value? <=> value? \
hint <= hint \
enabled <= enabled true
spellcheck <= spellcheck true
length_max <= length_max +Infinity
selection? <=> selection? /number
bring => bring
submit? <=> submit? null
submit_with_ctrl <= submit_with_ctrl true
<= View $mol_text_code
text <= value
render_visible_only false
row_numb* <= row_numb* 0
sidebar_showed <= sidebar_showed
highlight <= highlight \
symbols_alt *string
comma \<
period \>
dash \−
equals \≈
graveAccent \́
forwardSlash \÷
E \€
V \✔
X \×
C \©
P \§
H \₽
key0 \°
key8 \•
key2 \@
key3 \#
key4 \$
key6 \^
key7 \&
bracketOpen \[
bracketClose \]
slashBack \|
symbols_alt_ctrl *string
space \
symbols_alt_shift *string
V \✅
X \❌
O \⭕
key1 \❗
key4 \💲
key7 \❓
comma \«
period \»
semicolon \“
quoteSingle \”
dash \—
equals \≠
graveAccent \̱
bracketOpen \{
bracketClose \}
$mol_textarea_edit $mol_string
dom_name \textarea
enter \enter
field *
^
scrollTop 0