home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / RepetitionEx2.wo / RepetitionEx2.wod < prev    next >
Encoding:
Text File  |  1996-03-08  |  457 b   |  14 lines

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {}; 
  3.  
  4. // Declares the example elements
  5. CHOICES:WORepetition {list = ages; item = anAge;};
  6. ACHOICE:WORadioButton{name="ageGroup"; value = anAge; selection=selectedAge;};
  7. LABEL:WOString{value = anAge;};
  8. SUBMIT: WOSubmitButton{value = "Confess"; action=submitForm;};
  9.  
  10.  
  11. // The component that lets you view the source code of the example
  12. SHOWSOURCE: CodeViewer {componentName = "RepetitionEx2"}; 
  13.  
  14.