Pages vues depuis 25/05/2001 : 109 445 757
Index du forum »» Le coin des codeurs »» Pb pour intégrer tiny_mce...
<?
echo "<h4>".$toggle->Img();
echo "Texte de fin d'installation</h4><br />";
echo $toggle->Begin();
echo "Vous pouvez taper ici un texte qui apparaîtra à la fin du texte. Vous pouvez utiliser du html.<br />";
echo aff_editeur("txtfin","false");
echo "<textarea name=\"txtfin\" cols=\"100\" rows=\"15\" style=\"width: 100%;\">".$txtfin."</textarea>";
echo "<br /><br />";
echo $toggle->End();
?>
Message édité par : Boris
echo $toggle->Begin();
aff_editeur("txtfin","false");
echo "Vous pouvez taper ici un texte qui apparaîtra à la fin du texte. Vous pouvez utiliser du html.<br /><textarea name=\"txtfin\" cols=\"100\" rows=\"15\">".$txtfin."</textarea><br /><br />";
echo $toggle->End();
Message édité par : zoheir
Erreur : uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: <a href='http://athlon-2000plus/sable/editeur/tiny_mce/tiny_mce.js' target='_blank' class='NOIR'>http://athlon-2000plus/sable/editeur/tiny_mce/tiny_mce.js</a> :: TinyMCEControl_execCommand :: line 9" data: no]
Message édité par : Boris