Changes for page WOHyperlink

Last modified by Pascal Robert on 2012/01/30 22:04

From version 6.1
edited by Pascal Robert
on 2012/01/30 22:04
Change comment: There is no comment for this version
To version 8.2
edited by Pascal Robert
on 2012/01/30 22:04
Change comment: Changed document parent to [xwiki:documentation.Home.Development Architecture.Dynamic Elements.WebHome].

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +documentation.Home.Development Architecture.Dynamic Elements.WebHome
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -16,17 +16,61 @@
16 16  
17 17  = Bindings =
18 18  
19 -| action | Action method to invoke when this element is activated. The method must return a WOElement.
20 -| href | URL to direct the browser to when the link is clicked.
21 -| pageName | Name of WebObjects page to display when the link is clicked.
22 -| directActionName | The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to "default".
23 -| actionClass | The name of the class in which the method designated in directActionName can be found. Defaults to DirectAction.
24 -| fragmentIdentifier | Named location to display in the destination page.
25 -| 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.
26 -| target | Frame in a frameset that will receive the page returned as a result of the user's click.
27 -| disabled | If evaluates to true , the content string is displayed, but the hyperlink is not active.
28 -| secure | Changes the URL prefix from http to https when WebObjects generates URLs for component actions and direct actions for this element. For this attribute to have any effect, you must provide bindings either for the action, directAction, actionClass, or pageName attribute (respecting the valid combinations).
29 -| queryDictionary | Takes a dictionary that should be appended to the hyperlink's URL after a question mark character. The dictionary must be correctly encoded and will be merged with any existing query dictionary for a particular session ID.
19 +|(((
20 +action
21 +)))|(((
22 +Action method to invoke when this element is activated. The method must return a WOElement.
23 +)))
24 +|(((
25 +href
26 +)))|(((
27 +URL to direct the browser to when the link is clicked.
28 +)))
29 +|(((
30 +pageName
31 +)))|(((
32 +Name of WebObjects page to display when the link is clicked.
33 +)))
34 +|(((
35 +directActionName
36 +)))|(((
37 +The name of the direct action method (minus the "Action" suffix) to invoke when this element is activated. Defaults to "default".
38 +)))
39 +|(((
40 +actionClass
41 +)))|(((
42 +The name of the class in which the method designated in directActionName can be found. Defaults to DirectAction.
43 +)))
44 +|(((
45 +fragmentIdentifier
46 +)))|(((
47 +Named location to display in the destination page.
48 +)))
49 +|(((
50 +string
51 +)))|(((
52 +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.
53 +)))
54 +|(((
55 +target
56 +)))|(((
57 +Frame in a frameset that will receive the page returned as a result of the user's click.
58 +)))
59 +|(((
60 +disabled
61 +)))|(((
62 +If evaluates to true , the content string is displayed, but the hyperlink is not active.
63 +)))
64 +|(((
65 +secure
66 +)))|(((
67 +Changes the URL prefix from http to https when WebObjects generates URLs for component actions and direct actions for this element. For this attribute to have any effect, you must provide bindings either for the action, directAction, actionClass, or pageName attribute (respecting the valid combinations).
68 +)))
69 +|(((
70 +queryDictionary
71 +)))|(((
72 +Takes a dictionary that should be appended to the hyperlink's URL after a question mark character. The dictionary must be correctly encoded and will be merged with any existing query dictionary for a particular session ID.
73 +)))
30 30  
31 31  = Examples =
32 32  
... ... @@ -34,18 +34,12 @@
34 34  
35 35  == WOD-style ==
36 36  
37 -{{code}}
81 +{{code/}}
38 38  
39 -
40 -{{/code}}
41 -
42 42  == Inline bindings (WOOGNL) ==
43 43  
44 -{{code}}
85 +{{code/}}
45 45  
46 -
47 -{{/code}}
48 -
49 49  = Related documents =
50 50  
51 -[[ERXHyperlink>>http://wocommunity.org/wonder/latest/api/er/extensions/components/_private/ERXHyperlink.html]]
89 +[[ERXHyperlink>>url:http://wocommunity.org/wonder/latest/api/er/extensions/components/_private/ERXHyperlink.html||shape="rect"]]