Project

General

Profile

Actions

Bug #23725

closed

TypoScript : preCObject and prepend not rendered in TMENU

Added by Nicolas MATHON over 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-10-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

preCObject and prepend are not rendered in TMENU.stdWrap

This is a code sample :

menu.test = HMENU
menu.test {

1 = TMENU
1 {
wrap = <ul id="1.wrap">|</ul>
expAll = 1
noBlur = 1
NO = 1
NO {
wrapItemAndSub = <li class="1.NO.wrapItemAndSub">|</li>
linkWrap = <span class="1.NO.linkWrap">|</span>
stdWrap.dataWrap = <span class="1.NO.dataWrap">|</span>
}
}
2 = TMENU
2 {
wrap = <ul id="2.wrap">|</ul>
stdWrap.wrap = <ul id="2.stdWrap.wrap">|</ul>
stdWrap.prepend = TEXT
stdWrap.prepend.value <span class="2.stdWrap.prepend"></span>
stdWrap.preCObject= TEXT
stdWrap.preCObject.value <span class="2.stdWrap.preCObject"></span>
stdWrap.append = TEXT
stdWrap.append.value = <span class="2.stdWrap.append"></span>
stdWrap.postCObject= TEXT
stdWrap.postCObject.value = <span class="2.stdWrap.postCObject"></span>
expAll = 1
noBlur = 1
NO = 1
NO {
wrapItemAndSub = <li class="2.NO.wrapItemAndSub">|</li>
linkWrap = <span class="2.NO.linkWrap">|</span>
stdWrap.dataWrap = <span class="2.NO.dataWrap">|</span>
}
}
}?

(issue imported from #M15987)

Actions #1

Updated by Björn Pedersen over 13 years ago

stdWrap.prepend.value <span class="2.stdWrap.prepend"></span>
^^ here is a = missing
stdWrap.preCObject= TEXT
stdWrap.preCObject.value <span class="2.stdWrap.preCObject"></span>
^ and here

Actions #2

Updated by Chris topher over 13 years ago

Seems to be a configuration issue; should work when you use the correct syntax.

Actions #3

Updated by Nicolas MATHON over 13 years ago

Of course... I'm so sorry...
How can we close a bug ? I can't see the button.

Actions #4

Updated by Dmitry Dulepov over 12 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.5

Closed on request.

Actions

Also available in: Atom PDF