.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ===================== EXT: Multi-color menu ===================== :Created: 2003-10-21T14:17:49 :Changed: 2003-10-23T11:11:00 :Classification: Typo3 Extension Documentaion :Author: Tim D'Hooge :Company: :Email: typo3@nephie.org :Homepage: .. _EXT-Multi-color-menu: EXT: Multi-color menu ===================== Extension Key: **gsi\_wizard\_crform** Copyright 2003, Tim D'Hooge, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml The content of this document is related to TYPO3 \- a GNU/GPL CMS/Framework available from www.typo3.com .. _Table-of-Contents: Table of Contents ----------------- **EXT: Multi-color menu 1** **Introduction 1** What does it do? 1 **Users manual 1** **Adminstration 1** **Configuration 1** **Known problems 1** .. _Introduction: Introduction ------------ .. _What-does-it-do: What does it do? ^^^^^^^^^^^^^^^^ The extension adds the fields outcolor, overcolor and actcolor to the page header. These values can than be used within a TMENU to create link-specific roll-over - or active – effects. .. _Users-manual: Users manual ------------ Just place {outColor}, {overColor}, {actColor} where you want to use it in the TMENU and add replace\_outColor = 1 or over- or act- Color (or combinations) to the TMENU to have it replaced. If a page hasn't specified a color, a lookup through the rootline will occur until one is found. The added fields are also added into the rootline, so you can get them with fullRootLine to benefit from the “slide” functionality. The field names are tx\_nmcmenu\_outcolor, tx\_nmcmenu\_overcolor and tx\_nmcmenu\_actcolor. IMPORTANT: The “replace\_...” directives must be declared for the TMENU object itself, NOT for it's NO or RO or ACT states. Here is an example of a menu using this functionality: :: # TopMenu cObject temp.topMenu = HMENU # First level menu-object, textual temp.topMenu.1 = TMENU temp.topMenu.1 { replace_overColor = 1 replace_outColor = 1 replace_actColor = 1 # Normal state properties NO { allWrap = | subst_elementUid = 1 RO = 1 RO_chBgColor = {overColor} | {outColor} | topMenu } # Enable active state and set properties: ACT = 1 ACT { allWrap = | ACT = 1 } } And here is an example of it being used somewhere within a page :: subparts.sideTitle = TEXT subparts.sideTitle { data = leveltitle: -2 dataWrap =         | } .. _Adminstration: Adminstration ------------- No administration needed, just install the extension. .. _Configuration: Configuration ------------- Nothing to configure. .. _Known-problems: Known problems -------------- None that I know off |img-1| EXT: Multi-color menu - 2 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. :border: 0 .. :height: 32 .. :id: Graphic1 .. :name: Graphic1 .. :width: 102