TinyMCE Klassenreferenz

TinyMCE Adapter Klasse. Mehr ...

Aufstellung aller Elemente

Öffentliche Methoden

 TinyMCE ($instance)
 __construct ($instance)
 init ($instance)
 setConfig ($key, $value)
 setEnv ($key, $value)
 isCompatible ()
getEnv ($key)
 configToString ($hashtable=null)
 getScriptTag ()
 CreateHtml ()
 paint ()

Öffentliche Attribute

 $env
 $config
 $Value


Ausführliche Beschreibung

TinyMCE Adapter Klasse.

Siehe auch:
http://wiki.moxiecode.com/

Beschreibung der Konstruktoren und Destruktoren

TinyMCE.__construct ( instance  ) 

PHP5 Konstruktor.

Parameter:
$instance - Instance Name


Dokumentation der Elementfunktionen

TinyMCE.TinyMCE ( instance  ) 

Der Content des Editors (Variable ist kompatibel zu FCKEditor).

PHP4 Konstruktor. Wrapper für __construct()

TinyMCE.init ( instance  ) 

Initialisiert die Konfiguration der TinyMCE Instanz.

Parameter:
$instance - Instance Name

TinyMCE.setConfig ( key,
value 
)

Setter für Array $config.

Parameter:
$key Hashkey im $config Array
$key Value im $config Array

TinyMCE.setEnv ( key,
value 
)

Setter für Array $env.

Parameter:
$key Hashkey im $config Array
$key Value im $config Array

TinyMCE.isCompatible (  ) 

Liefert TRUE, wenn der Editor Browser kompatibel ist.

& TinyMCE.getEnv ( key  ) 

Liefert die Referenz auf einen Eintrag des $config Arrays.

Parameter:
$key Hashkey im $config Array
Rückgabe:
Referenz auf einen Array Eintrag, oder NULL

TinyMCE.configToString ( hashtable = null  ) 

Formatiert die Editor Konfiguration passend für die Übergabe ans JavaScript.

Parameter:
$hashtable - [optional] Falls angegeben, wird ein alternatives Array anstatt des Members "$config" verarbeitet.

TinyMCE.getScriptTag (  ) 

Liefert den Script Tag.

TinyMCE.CreateHtml (  ) 

Wrapper für Kompatibilität zum FCKEditor.

TinyMCE.paint (  ) 

Liefert den HTML Code aus.


Dokumentation der Datenelemente

TinyMCE.$env

TinyMCE.$config

internes Array zur Speicherung diverser Attribute

TinyMCE.$Value

Speichert alle Konfigurationen der Editor-Instanz.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:

Erzeugt am Sat May 31 09:41:24 2008 für DoYoWeSi-API von  doxygen 1.5.5