[TYPO3-UG Italy] voci di sotto menu

Alessandro Tuveri at at uniud.it
Tue Jul 29 12:45:03 CEST 2014


La risposta dovresti trovarla qui

http://stackoverflow.com/questions/16355435/hmenu-in-typo3-typoscript

saluti

ALEX

________________________________________
Da: typo3-ug-italy-bounces at lists.typo3.org <typo3-ug-italy-bounces at lists.typo3.org> per conto di Eug Benv <epistrofeo01 at gmail.com>
Inviato: martedì 29 luglio 2014 12:40
A: TYPO3 Italy
Oggetto: [TYPO3-UG Italy] voci di sotto menu

Ciao a tutti,
Ho un menù di questo tipo:

lib.MenuOrizz = HMENU
lib.MenuOrizz.special=list
lib.MenuOrizz.special.value=53,32,54,52,8
lib.MenuOrizz {

  # We define the first level as text menu.
  1 = TMENU

  #elimina aggiunta javascript ai link
  1.noBlur = 1

  # We define the normal state ("NO").
  1.NO = 1
  1.NO.allWrap = <li>|</li>

  # We define the active state ("ACT").
  1.ACT = 1
  1.ACT.wrapItemAndSub = <li class="current-menu-item">|</li>

  # Wrap the whole first level.
  1.wrap = <ul class="sf-menu">|</ul>

  # The second and third level should be configured exactly
  # the same way.
  # In between the curly brackets, objects can be copied.
  # With the dot "." we define that the object can be found
  # in the brackets.
  # With 2.wrap and 3.wrap we overwrite the wrap, which was
  # copied from 1.wrap.
  2 < .1
  2.wrap = <ul>|</ul>
}


Funziona correttamente, ma le voci di sotto menù compaiono solo sulle voci
di menù selezionate.

Vorrei invece che fossero sempre visualizzate, su tutte le voci di menù.

Come posso fare?

Grazie!!
_______________________________________________
TYPO3-UG-Italy mailing list
TYPO3-UG-Italy at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy


More information about the TYPO3-UG-Italy mailing list