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-Loginbox

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-05-12T10:48:12
Email:info@intervation.de
Info 2:Armin Bartsch / typo3.intervation.de
Info 3:
Info 4:

EXT: Ajax-Loginbox

Extension Key: int_ajaxloginbox

Copyright 2009, info@intervation.de, <info@intervation.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.com

Table of Contents

EXT: Ajax-Loginbox 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

Installation 1

Add Ajax-Loginbox by TS 1

Add Ajax-Loginbox as content element 2

Configuration 2

General Settings 2

Include Static (from Template) 2

To-Do list 3

Changelog 3

Introduction

What does it do?

Die Ajax-Loginbox erweitert die Extension New front end login box (felogin) mit einer Ajax-Funktionalität. Der Benutzerstatus wird per Ajax über eID abgefragt.

Eine Demo der Ajax-Loginbox ist unter http://typo3.intervation.de zu finden

Screenshots

Da das Template der New front end login box genommen wird, ist ein weiterer Screenshot nicht nötig.

Users manual

Installation

Die Extension felogin ist bereits installiert und funktioniert.

Importiere die Extension über den Extensions-Manger oder lade die Extension von typo3.org

Installiere die Extension über den Extensions-Manager.

Binde das TS-Setup der Extension über “Include Static (from Extension) im “Template” ein.

Add Ajax-Loginbox by TS

Der Inhalt der Extension wird einfach in ein Object oder auf einen MARKER kopiert.

Ilib.login =COAlib.login {10 < plugin.tx_intajaxloginbox_pi110.mootools = 0}

Oder in einem Marker

loginbox >loginbox < plugin.tx_intajaxloginbox_pi1

Add Ajax-Loginbox as content element

Die Ajax-Loginbox lässt sich auch als Content-Element über Plugin einfügen.

Configuration

General Settings

mootools

Property

mootools

Data type

Int+

Description

Laden des benötigten mootools Framework

0: mootools Framework wird nicht eingebunden

1: Beigefügtes mootools Framework wird eingebunden

Wähle 0 wenn das mootools Framework bereits durch andere Extensionen eingebunden wird oderdas mootools Framework per TS eingebunden werden soll.

Wähle 1 wenn keinen weitere Extension mootools verwendet.

Default

1

js_pack

Property

js_pack

Data type

boolean

Description

Das von der Extension benötigte JavaScript wird komprimierte ausgegeben

Default

1

message.wrap

Property

message.wrap

Data type

String

Description

Wrap für den Ladetext

Default

<p>|</p>

felogin

Property

felogin

Data type

Cobject

Description

Cobject felogin wird kopiert

Default

felogin <plugin.tx_felogin_pi1

mootools

Eine passende mootools Datei liegt der Extension bei.

Eingebunden ist:

Core:All

Native:All

Class:All

Element:Element,Element.Event

Utilities:Selectors

Request:Request,Request.HTML

Changelog

Version 2.0.0

  • Ext. felogin
  • mootools 1.2

Version 0.0.9:

Erste Beta Version

img-1 EXT: Ajax-Loginbox - 2