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

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {}; 
  3.  
  4. // Declares the example element
  5. FORM: WOForm{method="POST";};
  6. CHECKBOX: WOCheckBox {checked=checkBoxChecked;};
  7. SUBMITBUTTON: WOSubmitButton {value="submit"; action=submitForm;};
  8. CONDITIONAL: WOConditional {condition = displayConditionalContent;};
  9.  
  10.  
  11. // The component that lets you view the source code of the example
  12. SHOWSOURCE: CodeViewer {componentName = "ConditionalEx1"}; 
  13.