Changes for page WOActiveImage

Last modified by Pascal Robert on 2012/02/11 08:52

From version 12.1
edited by Pascal Robert
on 2011/04/27 10:38
Change comment: There is no comment for this version
To version 10.1
edited by Pascal Robert
on 2011/04/26 23:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,24 +10,7 @@
10 10  
11 11  {{code}}
12 12  
13 -WOActiveImage {
14 - filename= imageFileName;
15 - [framework = frameworkBaseName|"app";] |
16 - src=aURL; |
17 - value=aMethod;
18 - action=aMethod |
19 - href=aURL |
20 - actionClass=aClass |
21 - directActionName=aName; |
22 - data=dataObject;
23 - mimeType=typeString;
24 - [key=cacheKey;]
25 - [imageMapFile=aString];
26 - [name=aString;]
27 - [x=aNumber; y=aNumber;]
28 - [target=frameName;]
29 - [disabled=aBoolean;]
30 - [secure=aBoolean;]...}
13 +WOActiveImage {filename= imageFileName; [framework = frameworkBaseName|"app";] | src=aURL; | value=aMethod; action=aMethod | href=aURL | actionClass=aClass | directActionName=aName; | data=dataObject; mimeType=typeString; [key=cacheKey;] [imageMapFile=aString]; [name=aString;] [x=aNumber; y=aNumber;] [target=frameName;] [disabled=aBoolean;] [secure=aBoolean;]...}
31 31  
32 32  {{/code}}
33 33  
... ... @@ -46,7 +46,7 @@
46 46  | key | A string that the application uses as a key for caching the data specified in data. If you do not provide a key, the data object must be fetched each time it is needed. For further information, see the reference documentation for the WOResourceManager class, (in particular, see the flushDataCache method).
47 47  | imageMapFile | Name of the image map file. See "The Image Map File" (page 17) for more details.
48 48  | name | If name is specified then the hit point is specified as name.x=value; name.y=value; in the form. This is useful when you need to use this element to
49 -\\ submit a form to an external URL that expects the hit point to be expressed in a certain format.
32 +submit a form to an external URL that expects the hit point to be expressed in a certain format.
50 50  | x, y | If specified, returns the coordinates of the user's click within the image.
51 51  | target | Frame in a frameset that will receive the page returned as a result of the user's click.
52 52  | disabled | If disabled evaluates to true, a regular image element (<IMG>) is generated rather than an active image.
... ... @@ -71,5 +71,3 @@
71 71  {{/code}}
72 72  
73 73  = Related documents =
74 -
75 -[[ERXActiveImage>>http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/extensions/components/_private/ERXActiveImage.html]]