JSHyperlink

 

Synopsis

JSHyperlink { action=aMethod | href=aURL | pageName=aString; [target=frameName; [featureString=aString;]] [string=aString;] [disabled=YES|NO;] ... };
 
 

Description

JSHyperlink generates a hypertext link in an HTML document like WOHyperlink, the only difference is that JSHyperlink make the page opened by JavaScript command open(..).

 

 
action
Action method to invoke when this element is activated. The method must return a WOElement.
href
URL to direct the browser to when the image is clicked.
pageName
Name of WebObjects page to display when the link is clicked.
string
Text displayed to the user as the link. If you include any text between the <WEBOBJECT ...> and </WEBOBJECT> tags for this element, the contents of string is appended to that text.
target
Window name where to open.
disabled
If evaluates to YES, the content string won't be displayed.