home *** CD-ROM | disk | FTP | other *** search
- // Navigation bar at top of page
- NAVLISTEXAMPLE: NavListExample {};
-
- // Declares the example element
- FORM: WOForm{method="POST";};
- CHECKBOX: WOCheckBox {checked=checkBoxChecked;};
- SUBMITBUTTON: WOSubmitButton {value="submit"; action=submitForm;};
- CONDITIONAL: WOConditional {condition = displayConditionalContent;};
-
-
- // The component that lets you view the source code of the example
- SHOWSOURCE: CodeViewer {componentName = "ConditionalEx1"};
-