Understanding Elements and Events

https://neocities.org/site_files/text_editor/mobiledev.html#
Element Default Event Records Data Type Max/Min
Button "On click" Nothing None N/A
Label "On click" Text Text N/A
Radio Button "On change" Checked or unchecked Boolean N/A
Image "On Click"Nothing None N/A
Screen "On click or key" Data and location None N/A
Chart "On draw chart" Data and text Data N/A
Text Input "On change or input" Text Text N/A
Dropdown "On Change" Text Within “options” string N/A
Checkbox "On change" Checked or unchecked Boolean N/A
Canvas "On click" Nothing None N/A
Text Area "On Change" Text Text N/A
Slider "On input" input and data Steps N/A

Mobile Development Apps