The forum operates in read-only mode. Please head to StackOverflow for support.
See this thread:http://sourceforge.net/forum/message.php?msg_id=3182088In my case, in mediaWiki, it was in here:LocalSettings.phpThanks again.
HiI Just found it )Very simple: Just like this in PHP
<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>
Best RegardsHenrik Stampe - Denmarkhttp://www.saluki.dk\archive
RE: Height of the Editor?
See this thread:
http://sourceforge.net/forum/message.php?msg_id=3182088
In my case, in mediaWiki, it was in here:
LocalSettings.php
Thanks again.
RE: Height of the Editor?
Hi
)
I Just found it
Very simple: Just like this in PHP
<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>
Best Regards
Henrik Stampe - Denmark
http://www.saluki.dk\archive