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: Ajax pagebrowser for tt_news

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Sven Burkert
Changed:2011-12-08T17:52:40.890000000
Classification:ttnews_ajaxpagebrowser
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:forAdmins, forBeginners
Author:Sven Burkert
Email:bedienung@sbtheke.de
Info 4:
Language:en

img-1 img-2 EXT: Ajax pagebrowser for tt_news - ttnews_ajaxpagebrowser

EXT: Ajax pagebrowser for tt_news

Extension Key: ttnews_ajaxpagebrowser

Language: en

Keywords: forAdmins, forBeginners

Copyright 2000-2011, Sven Burkert, <bedienung@sbtheke.de>

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: Ajax pagebrowser for tt_news 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Administration 4 <#1.2.Administration|outline>`_

`To-Do list 5 <#1.3.To-Do%20list|outline>`_

`ChangeLog 6 <#1.4.ChangeLog|outline>`_

Introduction

What does it do?

Enhances the tt_news pagebrowser to load the contents via ajax. Still works if JavaScript is disabled because the URLs of the links in the pagebrowser aren't touched. Requires the JavaScript library “jQuery”.

Scrolls to top after loading the new contents.

Have a look at the demo: http://www.sbtheke.de/demo/ttnews- ajaxpagebrowser/

Screenshots

Cannot be shown by screenshots, just have a look at the demo: http://www.sbtheke.de/demo/ttnews-ajaxpagebrowser/

Administration

After installing this extension you should add the template “Ajax Pagebrowser” in field “Include static (from extensions)” in your ROOT page.

If you don't want to use the provided template, you have to change your tt_news template. Please add the id-attribute with the marker “###COBJ_UID###” and the class “news-list-ajax” to your container-div and wrap the container contents with the comment “<!-- ajax_replace-->”:

<divid= "news-list-###COBJ_UID###" class= "news-list-ajax" >

<!--ajax_replace-->

[...]

<!--ajax_replace-->

</div>

This comment have to be placed directly after the container with the marker “###COBJ_UID###”!

To-Do list

Handle urls like "news.html#browse:2 to load initial page (in this case the second page)

ChangeLog

See file ChangeLog in extension directory.

6