NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:images-special:slider [2010/06/15 14:20] Knut Heermann (flip-flop) |
english:phpwcms-system:article:contentparts:images-special:slider [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 305: | Line 305: | ||
| - | The tag **{LIGHTBOX_CAPTION}** contains the delivery rule for the LightBox: \\ | + | The tag **{LIGHTBOX_CAPTION}** is containing the delivery rule for the LightBox: \\ |
| **title="my text for the LightBox"**(However in a special formatting syntax called ([[http://www.w3schools.com/tags/ref_entities.asp | **title="my text for the LightBox"**(However in a special formatting syntax called ([[http://www.w3schools.com/tags/ref_entities.asp | ||
| - | |HTML-Entities]]) -> **<**br /**>** becomes **<**br /**>**). | + | |HTML-Entities]]) -> **<**br /**>** will become **<**br /**>**). |
| - | Thus if e.g. the INFOTEXT is into the Lightbox then became: | + | Thus if e.g. the INFOTEXT is used with the Lightbox it became: |
| [ZOOM]<a href="{IMAGE_ABS}" **{LIGHTBOX_CAPTION}**target="_blank"{LIGHTBOX}> | [ZOOM]<a href="{IMAGE_ABS}" **{LIGHTBOX_CAPTION}**target="_blank"{LIGHTBOX}> | ||
| Line 322: | Line 322: | ||
| ---- | ---- | ||
| - | The correct form would be (INFOTEXT does not go, so we use INFOHTML): | + | The correct form would be (INFOTEXT does not work, so we use INFOHTML): |
| [ZOOM]<a href="{IMAGE_ABS}" ##title="<p>[PHP] echo html_entities(nl2br('{INFOHTML}'));[/PHP]</p>"## target="_blank"{LIGHTBOX}> | [ZOOM]<a href="{IMAGE_ABS}" ##title="<p>[PHP] echo html_entities(nl2br('{INFOHTML}'));[/PHP]</p>"## target="_blank"{LIGHTBOX}> | ||
| Line 328: | Line 328: | ||
| ---- | ---- | ||
| \\ | \\ | ||
| - | Used calmly the first variant, folds already. | ||
| <note important> | <note important> | ||
| - | Please have a look to the added blank between ......**''title="{INFOTEXT}"## ##target="''**........ | + | Please have a look at the added blank between ......**''title="{INFOTEXT}"## ##target="''**........ |
| </note> | </note> | ||