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: cufón for TYPO3

Author:Christopher
Created:2010-12-18T19:57:23
Changed by:Felix Kiesewetter
Changed:2013-07-04T10:04:51
Classification:t3cufon
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:cufón, webfont, JavaScript font
Author:Felix Kiesewetter
Email:info@felixkiesewetter.de
Language:en

img-1 img-2 EXT: cufon for TYPO3

Extension Key: t3cufon

Language: en

Version: 2.0.2

Keywords: cufon, webfont, javascript font

Copyright 2012, Felix Kiesewetter, <info@felixkiesewetter.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: cufon for TYPO3 1 <#__RefHeading__5708_1738894311>`_

`Introduction 3 <#__RefHeading__5710_1738894311>`_

What does it do? 3

`Configuration 4 <#__RefHeading__31515_818911409>`_

Reference 4

`Tutorial 5 <#__RefHeading__31523_818911409>`_

`Known problems 6 <#__RefHeading__31525_818911409>`_

`To-Do list 7 <#__RefHeading__477_413120346>`_

`ChangeLog 8 <#__RefHeading__31623_818911409>`_

Introduction

What does it do?

Easy implementation of cufón fonts. Create your font JS files here . Create a font record, upload your font JS file, specify the CSS selectors and you are ready to go. Nothing more left for you to do - my extension will do all the JS includes and scripting for you. For further explanation please read the tutorial .

Configuration

Reference

TypoScript options:

pid

Property

pid

Data type

int

Description

Uid of the sysfolder where your font records are stored

Default

0
jsFramework

Property

jsFramework

Data type

string

Description

Select which JS library you wish to use. Available options arejQueryMooToolsPrototype

Default

jQuery
useIncludedLib

Property

useIncludedLib

Data type

boolean

Description

If set, Typo3 will include the library JS included in this extension. Disable this option, if you already use a JS library

Default

1
ajaxRefresh

Property

ajaxRefresh

Data type

boolean

Description

Use this if you dynamically load content with AJAX to do a Cufon.refresh() on those contents

Default

0

[tsref:plugin.tx_t3cufon_pi1.]

Example
  plugin.tx_t3cufon_pi1 {
                pid = 123
jsFramework = jQuery
useIncludedLib = 1
ajaxRefresh = 0
        }

Tutorial

Install the extension

Include static template

Create a sysfolder for your font records or just add them on any page

If you want the plugin to get fonts exclusively from this page,you can set “pid” in your TS constants

Configure your font (should be self-explanatory)

You might want to set “useIncludedLib” to “0” if you alreadyinclude a jQuery library on your website

Known problems

None so far.

To-Do list

Ideas or suggestions? Please feel free to contact me.

ChangeLog

2.0.0

Version

2.0.0

Changes

Implementation of database records for fonts

2.0.1

Version

2.0.1

Changes

Change of special character in extension name (“cufón” to “cufon”)

2.0.2

Version

2.0.2

Changes

Added manual