Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ap_computer_science_principles [2024/04/11 20:14] mrdoughap_computer_science_principles [2024/04/20 05:37] (current) – external edit 127.0.0.1
Line 888: Line 888:
   * There are buttons, text inputs, labels, drop downs, check boxes, charts, text areas, images, etc.   * There are buttons, text inputs, labels, drop downs, check boxes, charts, text areas, images, etc.
  
-{{:ap_computer_science_principles_study_guide_849a543785d8442fb93b21825e447f78:image26.png?400|}}**New Code:**+{{:ap_computer_science_principles_study_guide_849a543785d8442fb93b21825e447f78:image26.png?400|}} 
 +**New Code:**
  
   * **onEvent("id", "click", function( ) {…});** is used to create interaction in the app, the various parameters must be chosen   * **onEvent("id", "click", function( ) {…});** is used to create interaction in the app, the various parameters must be chosen
Back to top