home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / HowTo.wo / HowTo.wod < prev   
Encoding:
Text File  |  1996-03-08  |  677 b   |  10 lines

  1. NAVLISTSYNOPSIS: NavListSynopsis {};
  2. EXAMPLE1: WOHyperlink{string="Simple example"; pageName="HyperlinkEx1";};
  3. EXAMPLE2: WOHyperlink{string="Disabling a hyperlink"; pageName="HyperlinkEx2";};
  4. EXAMPLE3: WOHyperlink{string="Linking to an external site"; pageName="HyperlinkEx3";};
  5. EXAMPLE4: WOHyperlink{string="Specifying a string within a hyperlink"; pageName="HyperlinkEx4";};
  6.  
  7. PREVIOUS: WOHyperlink {action=previousSection; string="Previous section"; disabled=isPreviousPageDisabled};
  8. TOC: WOHyperlink {action=tableOfContents; string="Table of contents"; disabled=isTOCPageDisabled};
  9. NEXT: WOHyperlink {action=nextSection; string="Next section"; disabled=isNextPageDisabled};
  10.