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" }