测试代码

来源:互联网 发布:霍尼韦尔口罩与3m 知乎 编辑:程序博客网 时间:2024/06/05 01:56
<script type="text/javascript" src="../js/ckeditor/ckeditor.js"></script>
      <script type="text/javascript">
          CKEDITOR.replace('content', { height: 300, pages: true, subtitle: true, textareaid: 'content',
              flashupload: true, alowuploadexts: '', allowbrowser: '1', allowuploadnum: '10', authkey: '',
              filebrowserUploadUrl: '<%=adminPath %>js/ckeditor/uploadHandler.aspx?modelid=<%=cateinfo.modelid %>&catid=<%=cateId %>&ftype=file',
              toolbar:
[
['Source', '-', 'Templates'],
   ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Print'],
   ['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'], ['ShowBlocks'], ['Image', 'Capture', 'Flash'], ['Maximize'],
   '/',
   ['Bold', 'Italic', 'Underline', 'Strike', '-'],
   ['Subscript', 'Superscript', '-'],
   ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'],
   ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
   ['Link', 'Unlink', 'Anchor'],
   ['Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak'],
   '/',
            ['Styles', 'Format', 'Font', 'FontSize'],
   ['TextColor', 'BGColor'],
   ['attachment'],
]
          });


</script>
原创粉丝点击