下面中要在html 中调用就行了
- <script src=”fckeditor/fckeditor.js”></script>
- <script type=”text/网页特效”>
- function showfck(){
- var ofckeditor = new fckeditor('content') ;
- ofckeditor.basepath = ‘fckeditor/' ;
- ofckeditor.toolbarset = ‘basic' ;
- ofckeditor.width = ‘100%' ;
- ofckeditor.height = ‘200′ ;
- ofckeditor.value = ” ;
- ofckeditor.replacetextarea() ;
- document.getelementbyidx(”btnshow”).disabled = ‘true';
- document.getelementbyidx(”btnshow”).style.display = ‘none';
- }
- </script>
- <textarea name=”content”></textarea>
- <input id=btnshow style=”display:inline” type=button onclick=”showfck()”>