Configuration variables whizzywig
Bonjour,
j'ai commenc� � utiliser Whizzywig pour l'�dition de texte.
Je souhaitais configurer les variables JS pour configurer la position de l'image et d'un CSS personnalis�, cependant lorsque je suis les instructions du site officiel je n'arrive pas � le faire fonctionner (http://www.unverse.net/Customize-Whizzywig).
Voici mon code qui ne permet pas l'affichage de l'image.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| <html>
<head>
<title>Whizzywig editor</title>
<script type="text/javascript" src="js/whizzywig63.js"> </script>
<script type="text/javascript">buttonPath= "img/";</script>
</head>
<body onload="whizzywig("; formatblock fontname fontsize newline bold italic underline | left center right | number bullet indent outdent | undo redo | color hilite rule | link image table | clean html spellcheck ")">
<form>
<textarea name="description" style="width:95%; height:300px"> </textarea>
<input type="submit" value="Submit">
</form>
</body>
</html> |
Voici la hi�rarchie de mon dossier :
- img (dossier)
- js (dossier)
- index.php
Merci de votre attention.
Cordialement,
ROTTOT