0.4.3 • Published 3 years ago

mofron-comp-textarea v0.4.3

Weekly downloads
44
License
MIT
Repository
github
Last release
3 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

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago