home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / ShowSource.wo / ShowSource.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  486 b   |  22 lines

  1.  
  2. DefeatConditional : WOConditional {
  3.     condition = defeatDisplay;
  4. };
  5.  
  6. ComponentChoiceRadio: RadioMatrix {
  7.     valueStringsList = componentChoices;
  8.     selectedItem = selectedComponent;
  9.     matrixName = "ComponentChoice";
  10. };
  11.  
  12. OrientationChoiceRadio: RadioMatrix {
  13.     valueStringsList = orientationChoices;
  14.     selectedItem = selectedOrientation;
  15.     matrixName = "OrientationChoice";
  16. };
  17.  
  18. ShowSourceSubmitButton: WOSubmitButton {
  19.     action = showSource;
  20.     value = "View Source";
  21. };
  22.