Ö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 | |
| TinyMCE.__construct | ( | $ | instance | ) |
PHP5 Konstruktor.
| $instance | - Instance Name |
| TinyMCE.TinyMCE | ( | $ | instance | ) |
Der Content des Editors (Variable ist kompatibel zu FCKEditor).
PHP4 Konstruktor. Wrapper für __construct()
| TinyMCE.init | ( | $ | instance | ) |
| TinyMCE.setConfig | ( | $ | key, | |
| $ | value | |||
| ) |
Setter für Array $config.
| $key | Hashkey im $config Array | |
| $key | Value im $config Array |
| TinyMCE.setEnv | ( | $ | key, | |
| $ | value | |||
| ) |
Setter für Array $env.
| $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.
| $key | Hashkey im $config Array |
| TinyMCE.configToString | ( | $ | hashtable = null |
) |
Formatiert die Editor Konfiguration passend für die Übergabe ans JavaScript.
| $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.
| TinyMCE.$env |
| TinyMCE.$config |
internes Array zur Speicherung diverser Attribute
| TinyMCE.$Value |
Speichert alle Konfigurationen der Editor-Instanz.
1.5.5