Maison >interface Web >js tutoriel >FCK调用方法.._基础知识

FCK调用方法.._基础知识

WBOY
WBOYoriginal
2016-05-16 19:23:031106parcourir

<script> <BR><!-- <BR>// Automatically calculates the editor base path based on the _samples directory. <BR>// This is usefull only for these samples. A real application should use something like this: <BR>// oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. <BR>var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; <br><br>var oFCKeditor = new FCKeditor( 'zhangthree' ) ; <BR>oFCKeditor.BasePath = '/editor/' ; <BR>oFCKeditor.Height = 300 ; <BR>oFCKeditor.Value = '随便写点内容!' ; <BR>oFCKeditor.Create() ; <BR>//--> <BR></script>
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn