- How to use TYPO3 Core Prototype version
- How to use lightbox mode for your extension
- Use in your Extension
- lightbox for templavoila
This release is a complete rewritten one!
The lightbox is working complete over typoscript and no xclass is necessary now.
If you see in the TypoScriptObjectBrowser or the static file you can see that there are some configurations.
Important:
In the new Version you must activate the click and enlarge checkbox in the contentelement (see screen below)
In the older Version it was the contrary!
Also new is the Hover effect.
You must configure the width for the mouseover per typoscript
plugin.tx_kjimagelightbox2 {
imagePreview.file.maxW = 450
}
to change it dynamic, is one open todo from me
Another open todo is to write a new documentation :)
After that i will upload the new release to TER
