Mobile Development
Mobile Design Elements
| Element |
Default Event |
Records |
Data Type |
Max/Min |
| Dropdown Menu |
"On Change" |
Text within "options" |
string |
N/A |
| Button |
"click" |
Nothing |
Nothing |
N/A |
| Label |
"click" |
Text |
Text |
N/A |
| Text Input |
"change""input" |
Text |
Text |
N/A |
| Radio Button |
"change" |
If it's checked |
Boolean |
N/A |
| Checkbox |
"change" |
If it's checked |
Boolean |
N/A |
| Image |
"click" |
URL |
.jpg |
text |
| Canvas |
"click" |
text |
text |
text |
| Screen |
"click""key" |
data and location |
text |
text |
| Text Area |
"change" |
Text |
Text |
N/A |
| Chart |
"drawChart" |
Data |
text |
text |
| Slider |
"input" |
Data |
text |
text |

Mobile Apps
Home