⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (806 Bytes)
Feature #20168
» clickenlarge-ju_multibox.txt
Administrator Admin, 2009-03-12 05:01
lib.parseFunc_RTE.tags.img.postUserFunc.imageLinkWrap.typolink {
# Set the title of the A tag, which is used as caption inside the Multibox
title.data = parameters : title
title.split.token.char = 10
title.htmlSpecialChars = 1
# This returns a link, pointing to the path + name of the original image.
# or to the path + name of the resized Multibox image (if maxH or maxW is reached.)
parameter.cObject = IMG_RESOURCE
parameter.cObject.file.import.data = parameters : origFile
parameter.cObject.file.maxW = {$plugin.ju_multibox.imgMaxW}
parameter.cObject.file.maxH = {$plugin.ju_multibox.imgMaxH}
# Add the class is needed to activate the multibox effect.
ATagParams = class="mb"
}
« Previous
1
2
3
Next »
(3-3/3)
Loading...