验证码刷新的问题,急!!! [ 未指定版本 ]
首先我在controller中这么写:
public function actions() {
return array(
'captcha' => array(
'class' => 'CCaptchaAction',
'width' => 75,
'height' => 30,
//重定义验证码生成规则
'fixedVerifyCode' => substr(md5(mt_rand(1,10000)),0,5)
)
);
}
然后再view中这么写:
<?php $this->widget('CCaptcha', array(
'clickableImage' => true,
'showRefreshButton' => false,
'imageOptions' => array(
'alt' => '点击更换图片',
'style' => 'cursor:pointer',
'title' => '点击更换图片'
)
)); ?>
最终的效果是,在页面上能够出现验证码图片,但是没有出现那个“点击更换图片”的文字,同时点击验证码图片也不能够刷新验证码,请问这个该怎么弄?
我上网搜了答案,都说这样子可以,但是我的就是不行,请大家帮帮忙,O(∩_∩)O谢谢
共 2 个回答
koma
注册时间:2014-01-16
最后登录:2014-10-20
在线时长:18小时41分
最后登录:2014-10-20
在线时长:18小时41分
- 粉丝3
- 金钱195
- 威望0
- 积分375