Forum

 / Main / Forum
All Categories > TYPO3 > TypoScript > Header und Content wrappen / Wrap Header differently into the same statement
Total Posts: 2 - Pages (1): [1]
Author: Halest
Posted: Apr 26 2012 - 07:56 AM
Subject: Header und Content wrappen / Wrap Header differently into the same statement
Hallo,
Ja, ich habe nach Antworten hierfür gesucht und leider nichts gefunden, was funktioniert bzw. tut, was ich mir wünschen würde. icon_frown.gif

Ich habe eine Javascript eingefügt in eine Website. Der übliche JQuery Content Slider. (siehe http://jquery.andreaseberhard.de/toggleElements/ ). Dieser wurde in die Typo3-Seite eingefüg und ein stdWrap erstellt, der jeden Eintrag aus der Spalte "Normal" in einen Slider packt. Alles wunderbar soweit. Aber: Laut Doku nutzt der Slider

HTML

<div class="toggler-c" title="Example 1">



um einen Slider zu deklarieren und mein wrap sieht folgendermaßen aus:

TYPOSCRIPT

10.marks.CONTENT = COA
10.marks.CONTENT.10 = CONTENT
10.marks.CONTENT.10 {
renderObj.stdWrap.wrap = <div class="toggler-c" title="" >|</div>
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}



Das Problem ist nun, dass er alles in den eingeklappten Teil des Togglers schreibt, inklusive der Überschrift. Der sichtbare Teil ist leer. Nun würde ich mir wünschen, dass er den Header des Eintrages als sichtbaren Teil in das " title="" "-Attribut der Deklaration schreibt, aber wie mache ich das? Ich kann ja keinen verschachtelten wrap schreiben oder sowas. Hat irgendjemand hier Vorschläge? Ich bin für jede Hilfe dankbar!

Mit freundlichen Grüßen,

Halest

------------------------------------------------------

Hello,
YES, I have been looking for answers and couldn't find anything that worked or did what I wanted it to do. Neither in German nor in English, so this is my last resort:

I included a Javascript on the site I am programming. The usual JQuery Content Slider. ( http://jquery.andreaseberhard.de/toggleElements/ ). I included it into a Typo3 Site. I created a stdWrap so that each entry in the column "Normal" ends up in one of the sliders. All very nice so far.
The Documentation says it uses:

HTML

<div class="toggler-c" title="Example 1">



to declare each toggler. My wrap looks like this:

TYPOSCRIPT

10.marks.CONTENT = COA
10.marks.CONTENT.10 = CONTENT
10.marks.CONTENT.10 {
renderObj.stdWrap.wrap = <div class="toggler-c" title="" >|</div>
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}



The Problem is that this will write everything including the header of the entry into the toggler and doesnt use the header as the visible title. I dont know how to grab the Header of the content element to write it into the "title"-attibute of the wrap.

Thank you very much for your suggestions!

Halest
Author: Halest
Posted: Apr 27 2012 - 08:24 AM
Subject: re: Header und Content wrappen / Wrap Header differently into the same statement
Well I got it to work, thanks anyway I guess?!



10.marks.CONTENT = COA
10.marks.CONTENT.10 = CONTENT
10.marks.CONTENT.10 {


table = tt_content
select.orderBy = sorting
select.where = colPos = 0



renderObj < tt_content
renderObj = COA
renderObj {
10 = TEXT
10.field = header
10.wrap = title="|"
20 = TEXT
20.field = bodytext
20.wrap = >|
wrap = <div class="toggler-c" |</div>
}
}
Total Posts: 2 - Pages (1): [1]
You must login to post a message to this conference.

Top 10 Updates

Useful Links geändert am  24-Apr-2013 06:31:20
Nice fonts using Google font API geändert am  20-May-2010 14:36:47
TS-based Searchbox for Indexed Search  geändert am  18-May-2010 16:27:15
TYPO3 SEO geändert am  30-Apr-2010 07:44:22
Search engine friendly graphical headers in TYPO3 geändert am  30-Apr-2010 07:33:44
Creating a simple Infocenter using TYPO3 geändert am  17-Nov-2009 11:12:52
Making the Section Menu work correctly with TemplaVoila geändert am  05-May-2009 10:27:17
Show pages with type "Not in Menu" in a sitemap geändert am  05-May-2009 10:11:17
Implementation of the DHTML menu from brainjar.com  geändert am  01-Feb-2009 13:02:48
Sample DHTML menu geändert am  01-Feb-2009 12:51:25

Latest comments

17-May-2013 10:09:34
Nicolas schrieb: If an extension or orther return a content empty, this solution not working. I not have the...
Wrap only if not empty
22-Apr-2013 12:08:26
morkel schrieb: hi i am new on typ03 and want to open a form on lightbox. when we click on image their a form will...
Using lightbox without extension
04-Mar-2013 13:33:47
Sebastian schrieb: Vergesse das immer wieder. Vielen Dank an dich und an Google :)
Wrap only if not empty
Deutsch
Search: