GUI Editor
[email protected] (AndreasW) Thu, 4 Mar 2004 19:14:18 +0000 (UTC)
| Newsgroups | gmane.comp.cms.xaraya.user.german |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
Hallo zusammen,
zweiter Versuch in dieser Newsgroup :)
Ich versuche seit längeren einen GUI Editor in Xaraya einzubauen.
Der Editor wird mit folgenden HTML/PHP Befehlen gestartet:
-------------------
<form name="wysiwygproForm" method="post" action=""
onSubmit=Âsubmit_form()Â>
<?php
// include the config file and editor class:
include_once ('editor_files/config.php');
include_once ('editor_files/editor_class.php');
// create a new instance of the wysiwygPro class:
$editor = new wysiwygPro();
// print the editor to the browser:
$editor->print_editor(700, 400);
?>
</form>
--------------------------
Es sieht so aus das ein neues Forumular dafür geöffnet wird. Leider weiÃ
ich nicht wo Xaraya diese Forumulare definiert ( z.B. für das
Artikelsystem ).
Weiterhin habe ich das Problem das meine veränderten Dateien gleich
Fehlermeldungen generieren ( PHP Code now allow etc. )
Vielleicht kann mir ja jemand Helfen.
GrüÃe
Andreas