<script type="text/javascript">
//示例1:设置工具栏为基本工具栏,高度为70
CKEDITOR.replace('<%=tbLink.ClientID.Replace("_","$") %>', { toolbar:'Basic', height:70 });
//示例2:工具栏为自定义类型
CKEDITOR.replace( 'editor1', { toolbar : [//加粗 斜体, 下划线 穿过线 下标字 上标字 ['Bold','Italic','Underline','Strike','Subscript','Superscript'],//数字列表 实体列表 减小缩进 增大缩进 ['NumberedList','BulletedList','-','Outdent','Indent'],//左对齐 居中对齐 右对齐 两端对齐 ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],//超链接 取消超链接 锚点 ['Link','Unlink','Anchor'],//图片 flash 表格 水平线 表情 特殊字符 分页符 ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],'/',//样式 格式 字体 字体大小 ['Styles','Format','Font','FontSize'],//文本颜色 背景颜色 ['TextColor','BGColor'],//全屏 显示区块 ['Maximize', 'ShowBlocks','-'] ] } );</script>
本文源自:翔宇亭——IT乐园(http://www.biye5u.com),转载请保留此信息!