home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / ConditionalEx1.wo / ConditionalEx1.wos < prev   
Encoding:
Text File  |  1996-01-21  |  115 b   |  9 lines

  1. id checkBoxChecked;
  2.  
  3. - submitForm {
  4.     return self;
  5. }
  6.  
  7. - displayConditionalContent {
  8.     return checkBoxChecked;
  9. }