The forum operates in read-only mode. Please head to StackOverflow for support.
<html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <form action="savedata.php" method="post"> <?php $oFCKeditor = new FCKeditor('FCKeditor') ; $oFCKeditor->BasePath = '/login/FCKeditor/'; $oFCKeditor->Width = "100%"; $oFCKeditor->Height = "100%"; $oFCKeditor->Value = $file_cont; $oFCKeditor->Create() ; //<br> //<input type="submit" value="GEM"> ?> </form> </body> </html>
RE: Height of the Editor?
http://sourceforge.net/forum/message.php?msg_id=3182088
RE: Height of the Editor?
<html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <form action="savedata.php" method="post"> <?php $oFCKeditor = new FCKeditor('FCKeditor') ; $oFCKeditor->BasePath = '/login/FCKeditor/'; $oFCKeditor->Width = "100%"; $oFCKeditor->Height = "100%"; $oFCKeditor->Value = $file_cont; $oFCKeditor->Create() ; //<br> //<input type="submit" value="GEM"> ?> </form> </body> </html>http://www.saluki.dk