This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
AddTextAreaFilled
Hello World
Add a material filled textarea on a given layout.
taf = MUI.AddTextAreaFilled(
parent
,
width
,
height
,
hint
,
label
,
color
) →
Object
See
CreateTextAreaFilled
for a full documentation.
Boolean:
Show or hide label
Number
String:
hexadecimal:
“#rrggbb”
,
“#aarrggbb”
colourName:
“red”
,
“green”
, ...
String:
“Hint text”
Object:
MUI Layout or DS Layout control
loading