设为首页
收藏本站
Archiver
用户
登录
入住
用户名
Email
自动登录
找回密码
密码
登录
入住 CI 中国社区
首页
返回 CodeIgniter 中国首页
论坛
BBS
导读
Guide
个人主页
Space
中文手册
视频教程
案例
任务
搜索
搜索
本版
帖子
用户
设为首页
收藏本站
Archiver
开启辅助访问
切换到宽版
日志
相册
分享
记录
CodeIgniter4
CodeIgniter3
CodeIgniter2
帖子
好友
道具
勋章
收藏
任务
记录
留言板
设置
我的收藏
退出
腾讯QQ
微信登录
CodeIgniter 中国开发者社区
»
论坛
›
CodeIgniter 开发
›
CodeIgniter 问答求助
›
CI 集成 FCKEditor 后,怎么调整FCKEditor的大小啊? ...
返回列表
查看:
3073
|
回复:
3
[已解决]
CI 集成 FCKEditor 后,怎么调整FCKEditor的大小啊?
[复制链接]
justdoit
justdoit
当前离线
积分
575
IP卡
狗仔卡
发表于 2012-2-27 09:52:41
|
显示全部楼层
|
阅读模式
按照Hex提供的步骤,加载成功了,但是调textarea的高和宽,FCK却没有变化,为什么?要在哪里修改才能控制啊?
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
千斤顶
显身卡
phptree
phptree
当前离线
积分
609
IP卡
狗仔卡
发表于 2012-2-27 10:16:25
|
显示全部楼层
应该在fckeditor.js里面修改这个吧
JS
复制代码
var
FCKeditor
=
function
(
instanceName
,
width
,
height
,
toolbarSet
,
value
)
{
// Properties
this
.
InstanceName
=
instanceName
;
this
.
Width
=
width
||
'100%'
;
this
.
Height
=
height
||
'200'
;
this
.
ToolbarSet
=
toolbarSet
||
'Default'
;
this
.
Value
=
value
||
''
;
this
.
BasePath
=
FCKeditor.
BasePath
;
this
.
CheckBrowser
=
true
;
this
.
DisplayErrors
=
true
;
this
.
Config
=
new
Object
(
)
;
// Events
this
.
OnError
=
null
;
// function( source, errorNumber, errorDescription )
}
复制代码
回复
支持
反对
使用道具
举报
显身卡
meditator
meditator
当前离线
积分
95
IP卡
狗仔卡
发表于 2012-2-27 13:55:32
|
显示全部楼层
fck没成功过,改用百度的editor,这个比较方便。
回复
支持
反对
使用道具
举报
显身卡
justdoit
justdoit
当前离线
积分
575
IP卡
狗仔卡
楼主
|
发表于 2012-2-27 15:42:48
|
显示全部楼层
找到了,就是在fckeditor.js里修改的。
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
入住 CI 中国社区
本版积分规则
发表回复
回帖后跳转到最后一页