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

  1.  
  2. PageButton: WOActiveImage {
  3.     src = buttonImagePath;
  4.     action = pageToDisplay;
  5. };
  6.  
  7. Comment: WOConditional {
  8.     condition = NO;
  9. };
  10.