NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:artikel:contentparts:bilder-spezial [2009/11/26 11:20] Knut Heermann (flip-flop) |
deutsch:phpwcms-system:artikel:contentparts:bilder-spezial [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 242: | Line 242: | ||
| ~~UP~~ | ~~UP~~ | ||
| + | ===== {INFOTEXT} & LightBox: ===== | ||
| + | |||
| + | |||
| + | OG hat mit **{LIGHTBOX_CAPTION}** einen Tag eingeführt der auch gleichzeitig die Textübergaberegel für die LightBox beinhaltet, die lautet:\\ | ||
| + | **title="mein Text für die LightBox"**(Allerdings in einer speziellen Formatierung ([[http://de.selfhtml.org/html/referenz/zeichen.htm|HTML-Entities]])-> aus **<**br /**>** wird **<**br /**>**). | ||
| + | |||
| + | |||
| + | Also wenn z.B. der InfoText in die Lightbox soll, dann würde | ||
| + | |||
| + | [ZOOM]<a href="{IMAGE_ABS}" **{LIGHTBOX_CAPTION}**target="_blank"{LIGHTBOX}> | ||
| + | |||
| + | getauscht gegen | ||
| + | |||
| + | [ZOOM]<a href="{IMAGE_ABS}" ##title="{INFOTEXT}"## target="_blank"{LIGHTBOX}> | ||
| + | |||
| + | technisches: \\ | ||
| + | ---- | ||
| + | |||
| + | Die korrekte Form wäre (INFOTEXT geht nicht, daher INFOHTML): | ||
| + | |||
| + | [ZOOM]<a href="{IMAGE_ABS}" ##title="<p>[PHP] echo html_entities(nl2br('{INFOHTML}'));[/PHP]</p>"## target="_blank"{LIGHTBOX}> | ||
| + | |||
| + | ---- | ||
| + | |||
| + | Verwendet ruhig die erste Variante, sollte funktionieren. | ||
| + | |||
| + | <note important> | ||
| + | Bitte das nun hinzugekommene Leerzeichen zwischen ......**''title="{INFOTEXT}"## ##target="''**........ | ||
| + | beachten. | ||
| + | </note> | ||
| + | |||
| + | ~~UP~~ | ||
| ===== Spaltenanzahl und Bildabstand ===== | ===== Spaltenanzahl und Bildabstand ===== | ||