DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Readable name of your extension

Author:Helmut Hackbarth
Created:2010-12-27T18:04:44.140000000
Changed by:Helmut Hackbarth
Changed:2011-01-03T14:53:42.510000000
Classification:extensionkey
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:keywords comma-separated
Author:Author Name
Email:your@email.com
Info 4:
Language:en

img-1 img-2 Slide Down Box Menu- t3s_slidedownboxmenuEXT: Slide Down Box Menu

EXT: Slide Down Box Menu

Extension Key: t3s_ slidedownboxmenu

Language: en

Keywords: slidedownboxmenu,slider, menu, jquery

Copyright 2000-2011, Helmut Hackbarth, < info@t3solution.de >

jQuery © 2010 John Resig, http://jquery.org/

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.org

Table of Contents

EXT: Slide Down Box Menu 1

`Introduction 3 <#__RefHeading__2661_1602935418>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#__RefHeading__2667_1602935418>`_

`Administration 5 <#__RefHeading__2669_1602935418>`_

`Configuration 6 <#__RefHeading__2671_1602935418>`_

`Known problems 7 <#__RefHeading__2673_1602935418>`_

`To-Do list 8 <#__RefHeading__2675_1602935418>`_

Introduction

What does it do?

This Extension will implements the “Slide Down Box Menu with jQuery and CSS3” to a site marker or subpart.

The necessary jQuery JavaScript Library is loaded via the Google Libraries API.

Screenshots

Frontend view:

img-3

For Examples checkout http://tympanus.net/Tutorials/SlideDownBoxMenu/

Users manual

  • Just install the Extension with the extension manager.
  • Include the static TypoScript in your template.
  • Add the slideDownBoxMenu to a mark.

Here an example:

page = PAGE
page.10 {
  marks.MENU < lib.slideDownBoxMenu
}

The Template:

<html>
<head>
</head>
<body>
  ...
<div>###MENU###</div>
  ...
</body>
</html>
  • Choose the page where you want to add a image to the menu
  • Click “Edit page properties”
  • Go to the tab “Resources” and upload an image

After that you can set the options for the Slide Down Box Menu in the constant editor:

img-4

Administration

See users manual.

Configuration

See users manual.

Known problems

Nothing yet, keep me informed.

To-Do list

Do you have an idea?

img-2 8