home *** CD-ROM | disk | FTP | other *** search
- // Navigation bar at top of page
- NAVLISTEXAMPLE: NavListExample {};
-
- // Declares the example elements
- FORM: WOForm {method="POST";};
- CHECKBOX: WOCheckBox {checked=checkBoxChecked;};
- POPUPBUTTON: WOPopUpButton {list=objectList; item=anObject; selection = selectedPopUpButton;};
- BROWSER: WOBrowser {list=objectList; item=anObject;selections = selectedBrowserItems; size="3"; multiple=multipleSelectionAllowedInBrowser;};
- TEXTFIELD: WOTextField {value=textFieldValue;};
- HIDDENFIELD: WOHiddenField {value=hiddenFieldValue;};
- PASSWORDFIELD: WOPasswordField {value=passwordFieldValue;};
- TEXT: WOText {value=textValue; rows="5"; cols="30";};
- RESETBUTTON: WOResetButton{value="ResetMe!";};
- SUBMITBUTTON: WOSubmitButton{value="Submit!";action=submitForm;};
-
-
- // The component that lets you view the source code of the example
- SHOWSOURCE: CodeViewer {componentName = "FormEx1"};
-
-