Attention
TYPO3 v6 has reached its end-of-life April 18th, 2017 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
There is no further ELTS support. It is strongly recommended updating your project.
NON-Gifbuilder Objects¶
IMGMAP¶
This is used by the Gifbuilder Object "TEXT" to create an image-map for the image file. This is especially used with the IMGMENU menu object.
Property
url
Data type
string
Description
The URL to link.
Default
For IMGMENU menu objects provided automatically
Property
target
Data type
target
Description
target for link
Default
For IMGMENU menu objects provided automatically
Property
noBlur
Data type
boolean
Description
Normally graphical links are "blurred" if the browser is MSIE. This removes the ugly box around a link.
If this property is set, the link is not blurred with "onFocus".
Note: This option and the JavaScript for blurring have been removed in TYPO3 6.0.
Default
For IMGMENU menu objects provided automatically
Property
explode
Data type
x,y
Description
This "explodes" or "implodes" the image-map. Useful to let the hot area cover a little more than just the letters of the text.
Property
altText
Data type
string
Description
Value of the alt-attribute.
(Used from TEXT Gifbuilding objects, this has stdWrap properties. Otherwise not)
Property
titleText
Data type
string
Description
Value of the title attribute.
(Used from TEXT Gifbuilding objects, this has stdWrap properties. Otherwise not)
[tsref:->IMGMAP]