This site permanently moved to
https://droidscript.github.io
. Please update links accordingly.
You are being forwarded automatically in 3...
[stay here]
Back
AddCheckList
Hello World
Adds an MUI checklist dialog.
chl = MUI.AddCheckList(
textEdit
,
title
,
list
,
color
,
bottom
) →
Object
See
CreateCheckList
for a full documentation.
Boolean
String
String:
hexadecimal:
“#rrggbb”
,
“#aarrggbb”
colourName:
“red”
,
“green”
, ...
Object:
MUI TextEdit control or DS TextEdit control
List:
An array of objects of the form {name: string, check: boolean}
loading