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: google_jsapi

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2011-03-13T18:08:33.330000000
Author:Markus Brunner (NETFORMIC)
Email:markus.brunner@netformic.de
Info 3:
Info 4:

EXT: google_jsapi

Extension Key: google_jsapi

Copyright 2000-2002, Markus Brunner (NETFORMIC), <markus.brunner@netformic.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: google_jsapi 1

Introduction 1

What does it do? 1

Integration 1

Introduction

What does it do?

Integration Code Distribution Centre of Google for JavaScript- libraries.

Integration

/** JSAPI* For integration do the following in your class:* above class:* require_once t3lib_extMgm::extPath('google_jsapi').'class. google_jsapi_singleton.php';* somewhere in a initialization- function of your class:* $jsapi = JSAPI::getJSAPI();* $jsapi->addJS('mootools','1');*/

img-1 EXT: google_jsapi - 1