0.4.3 • Published 2 years ago

mofron-comp-textarea v0.4.3

Weekly downloads
44
License
MIT
Repository
github
Last release
2 years ago

mofrom-comp-textarea

mofron is module based frontend framework.

textarea component for mofron

Install

npm install mofron mofrom-comp-textarea

Sample

<setting>
    <tag load="mofron-comp-textarea">TextArea</tag>
</setting>

<script run=init>
let chg_evt = (p1,p2,p3) => { console.log(p2); }
</script>

<TextArea change-event=@chg_evt></TextArea>

Parameter

ShortFormParameter NameTypeDescription
textstringtextarea contents
undefined: call as getter
fontstringprimary font name
undefined: call as getter
stringsecondary font name
valuestringthe same as 'text'
maxlengthnumbermaximal length
undefined: call as getter
mainColormixed (color)string: border color name, #hex
array: red, green, blue, (alpha)
undefined: call as getter
key-valuestyle option
clearfocusbooleantrue: focus input
false: defocus input
undefined: call as getter
heightstring (size)input height
undefined: call as getter
key-valuestyle option
widthstring (size)input width
undefined: call as getter
key-valuestyle option
fontSizestring(size)textarea font-size
undefined: call as getter
0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago