home *** CD-ROM | disk | FTP | other *** search
- // Navigation bar at top of page
- NAVLISTEXAMPLE: NavListExample {};
-
- // The example
- APPLET: WOApplet {code="Blink.class"; codebase = "http://java.sun.com/applets/applets/Blink/"; width = 250; height = 50};
- PARAM1: WOParam {name = "speed"; value = "4";};
- PARAM2: WOParam {name = "lbl"; value = selectedString;};
- FORM: WOForm{method = "POST";};
- POPUP: WOPopUpButton{list=stringList;item=aString;selection = selectedString;};
- TEXTFIELD: WOTextField {value = textFieldValue; };
- SUBMIT: WOSubmitButton{value = "Change Text"; action = changeBlinkingText;};
-
- // The component that lets you view the source code of the example
- SHOWSOURCE: CodeViewer {componentName = "AppletEx1"};
-