Version Differences for JSXHelloWorld
Line 1:
- == About This Tutorial == + ==About This Tutorial==
   
  This "HelloWorld" tutorial has been divided into two sections;   This "HelloWorld" tutorial has been divided into two sections;
- # In the first first section you will learn how to properly include JSX onto your page. + # In the first section you will learn how to properly include JSX onto your page.
  # Second section will show you how to build your first JSX module that captures a mouse click on a button and pop-up an alert.   # Second section will show you how to build your first JSX module that captures a mouse click on a button and pop-up an alert.
   
- == Enabling JSX on HTML page == + ==Enable JSX on HTML page==
  In this section you will essentially test your JSX installation.   In this section you will essentially test your JSX installation.
  First create a 'index.html' page in your context root - the place where you've installed the JSX libraries.   First create a 'index.html' page in your context root - the place where you've installed the JSX libraries.