账号通
    

账号  

密码  

1786

查看

6

回复
主题:图片模型编辑器太简单,如何更换 [收藏主题] 转到:  
博飞 当前离线

858

主题

13

广播

10

粉丝
添加关注
级别:七年级

用户积分:4859 分
登录次数:662 次
注册时间:2008/6/19
最后登录:2024/7/30
博飞 发表于:2014/5/19 15:20:12   | 显示全部帖子 查看该作者主题 楼主 
科汛在线商城系统(NET)
asp的图片模型编辑器太简单,连个对齐方式都没有,如何更换为文章模型的编辑器
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
博飞 当前离线

858

主题

13

广播

10

粉丝
添加关注
级别:七年级

用户积分:4859 分
登录次数:662 次
注册时间:2008/6/19
最后登录:2024/7/30
博飞 发表于:2014/5/19 18:38:11   | 显示全部帖子 查看该作者主题 沙发 
科汛在线商城系统(NET)
具体修改哪个部分,请明示
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
博飞 当前离线

858

主题

13

广播

10

粉丝
添加关注
级别:七年级

用户积分:4859 分
登录次数:662 次
注册时间:2008/6/19
最后登录:2024/7/30
博飞 发表于:2014/5/19 18:39:31   | 显示全部帖子 查看该作者主题 藤椅 
科汛智能建站系统

/*

Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.

For licensing, see LICENSE.html or http://ckeditor.com/license

*/

CKEDITOR.editorConfig = function( config )

{

config.language = 'zh-cn';//中文

    config.font_names = '宋体;楷体_GB2312;新宋体;黑体;隶书;幼圆;微软雅黑;Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana';

config.skin='kama';

config.uiColor = '#EBF2FB';

config.enterMode = CKEDITOR.ENTER_BR;

    config.shiftEnterMode = CKEDITOR.ENTER_P;

   //改变大小的最大高度

    config.resize_maxHeight = 3000;

    //改变大小的最大宽度

    config.resize_maxWidth = 3000;

    //改变大小的最小高度

    config.resize_minHeight = 250;

    //改变大小的最小宽度

    config.resize_minWidth = 650;

config.extraPlugins = 'flvPlayer';   //扩展插入视频

config.pasteFromWordIgnoreFontFace = true;

config.pasteFromWordKeepsStructure = true;

config.pasteFromWordRemoveStyle = true;

config.forcePasteAsPlainText =false ;

config.toolbar_Default =

    [

        ['Source','-','Preview','-','Templates'],

        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],

        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],

        ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],

        '/',

        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],

        ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],

        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],

        ['Link','Unlink','Anchor'],

          ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],

        '/',

        ['Styles','Format','Font','FontSize'],

        ['TextColor','BGColor'],

        ['Maximize', 'ShowBlocks','-','About']

    ];

config.toolbar_NewsTool =

    [

        ['Source','-','Preview','-','Templates'],

        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],

        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],

        ['Link','Unlink','Anchor'],

        '/',

        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],

        ['NumberedList','BulletedList','-','Outdent','Indent'],

        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],

          ['Image','Flash','flvPlayer','Table','HorizontalRule','Smiley','SpecialChar'],

        '/',

        ['Styles','Format','Font','FontSize'],

        ['TextColor','BGColor'],

        ['Maximize', '-','About']

    ];

config.toolbar_Basic =

    [

        ['Source','-','Bold', 'Italic','Underline','TextColor','BGColor', '-','FontSize', 'NumberedList', 'BulletedList', '-', 'Link', '-','Image','Flash','flvPlayer','Table']

    ];

config.toolbar_Simple =

    [

        ['Source','-','Preview','-','Templates'],

        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],

        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],

        ['Link','Unlink','Anchor'],

        '/',

        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],

        ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],

        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],

          ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],

        '/',

        ['Styles','Format','Font','FontSize'],

        ['TextColor','BGColor'],

        ['Maximize', 'ShowBlocks','-','About']

    ];

   

};

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
博飞 当前离线

858

主题

13

广播

10

粉丝
添加关注
级别:七年级

用户积分:4859 分
登录次数:662 次
注册时间:2008/6/19
最后登录:2024/7/30
博飞 发表于:2014/5/20 9:31:05   | 显示全部帖子 查看该作者主题 板凳 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.14063秒 powered by KesionCMS 9.0