Mobile Development Apps
| Element |
Default Element |
Records |
data type |
Max/Min |
| Dropdown menu |
"on change" |
Text Within options |
string |
N/A |
| Button |
"click" |
Nothing |
Nothing |
None |
| Text Input |
"change" "input" |
Text |
Text |
None |
| Label |
"click" |
Text |
Text |
None |
| Radio Button |
"change" |
If it's checked |
Boolean |
None |
| Check Box |
"change" |
If its checked |
Boolean |
None |
| Image |
"click" |
URL |
None |
None |
| Canvas |
"click" |
Nothing |
Nothing |
None |
| Screen |
"click" "key" |
Location |
Nothing |
None |
| Text Area |
"change" |
Entered Text |
Text |
None |
| Chart |
"Draw Chart" |
Data/line |
Data |
None |
| Slider |
"Input" |
Steps |
Steps |
None |