Changes for page WOActiveImage
Last modified by Pascal Robert on 2012/02/11 08:52
From version 10.1
edited by Pascal Robert
on 2011/04/26 23:26
on 2011/04/26 23:26
Change comment:
There is no comment for this version
To version 11.1
edited by Pascal Robert
on 2011/04/27 10:38
on 2011/04/27 10:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,7 +10,24 @@ 10 10 11 11 {{code}} 12 12 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;]...} 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;]...} 14 14 15 15 {{/code}} 16 16 ... ... @@ -29,7 +29,7 @@ 29 29 | 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). 30 30 | imageMapFile | Name of the image map file. See "The Image Map File" (page 17) for more details. 31 31 | 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 32 -submit a form to an external URL that expects the hit point to be expressed in a certain format. 49 +\\ submit a form to an external URL that expects the hit point to be expressed in a certain format. 33 33 | x, y | If specified, returns the coordinates of the user's click within the image. 34 34 | target | Frame in a frameset that will receive the page returned as a result of the user's click. 35 35 | disabled | If disabled evaluates to true, a regular image element (<IMG>) is generated rather than an active image. ... ... @@ -54,3 +54,5 @@ 54 54 {{/code}} 55 55 56 56 = Related documents = 74 + 75 +[[ERXActiveImage>>http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/extensions/components/_private/ERXActiveImage.html]]