home *** CD-ROM | disk | FTP | other *** search
- // Navigation bar at top of page
- NAVLISTEXAMPLE: NavListExample {};
-
- // Declares the example elements
- CHOICES:WORepetition {list = ages; item = anAge;};
- ACHOICE:WORadioButton{name="ageGroup"; value = anAge; selection=selectedAge;};
- LABEL:WOString{value = anAge;};
- SUBMIT: WOSubmitButton{value = "Confess"; action=submitForm;};
-
-
- // The component that lets you view the source code of the example
- SHOWSOURCE: CodeViewer {componentName = "RepetitionEx2"};
-
-