home *** CD-ROM | disk | FTP | other *** search
- // Navigation bar at top of page
- NAVLISTEXAMPLE: NavListExample {};
-
- // Declares the example elements
- FORM: WOForm {method = "POST";};
- RULE: WOGenericElement{elementName = "HR"; width = textFieldValue;};
- TEXTFIELD: WOTextField {value = textFieldValue; size = 4};
- SUBMITBUTTON: WOSubmitButton{value = "Set";action = submitForm;};
-
-
- // The component that lets you view the source code of the example
- SHOWSOURCE: CodeViewer {componentName = "GenericElementEx1"};
-
-