Hallo,
um den Stein hoffentlich noch mal ein bisschen ins Rollen zu bekommen,
da ich einfach auf dem Schlauch stehe, hier das Ganze nochmal ausführlicher.
Folgenes gibt unter anderem $this->replaceInsertTags() aus.
Code:
[tbody] => Array
(
[row_0 row_first even] => Array
(
[0] => Array
(
[id] => 8
[alias] =>
[content] => tl_files/test/lorem.png
[raw] => tl_files/test/lorem.png
[class] => col_0 col_first
[link_details] => index.php/untermenue-1.html?details=8
[link_edit] =>
[link_delete] =>
[link_export] =>
[type] => file
[src] => tl_files/test/lorem.png
[display] => image
)
[1] => Array
(
[id] => 8
[alias] =>
[content] => K. Mustermann
[raw] => K. Mustermann
[class] => col_1
[link_details] => index.php/untermenue-1.html?details=8
[link_edit] =>
[link_delete] =>
[link_export] =>
)
[2] => Array
(
[id] => 8
[alias] =>
[content] => LoremIpsum
[raw] => LoremIpsum
[class] => col_2 col_last
[link_details] => index.php/untermenue-1.html?details=8
[link_edit] =>
[link_delete] =>
[link_export] =>
)
)
Daraus will ich jetzt nachstehendes basteln.
HTML-Code:
<div>
<img src="tl_files/test/lorem.png">
</div>
<blockquote>
<p>LoremIpsum</p>
K. Mustermann
</blockquote>
Vielen vielen Dank im voraus
Dj-Harem