Portlet添加最大最小按钮 [ 新手入门 ]
[attach]508[/attach] 像是这种Portlet,可以添加最大最小按钮吗? 在Api中看到一句 [attach]509[/attach] 但是不知道具体怎么写,想请教大家!:P
共 3 条回复
-
protected function renderDecoration() { if($this->title!==null) { echo "<div class=\"{$this->decorationCssClass}\">\n"; echo "<div class=\"{$this->titleCssClass}\">"; echo CHtml::link('收缩','#',array('class'=>'opt','style'=>'float:right')); echo $this->title; echo "</div>\n"; echo "</div>\n"; } Yii::app()->getClientScript()->registerScript("opt",<<<EOS $('.opt').toggle(function(){ $(this).parent().parent().next().hide(); $(this).text('打开'); },function(){ $(this).parent().parent().next().show(); $(this).text('收缩'); }); return false; EOS );
这是重写的 renderDecoration
-
ecnuzhangsq 回复于 2011-12-02 08:55 举报
感谢指点,谢谢了..
ecnuzhangsq
注册时间:2011-11-13
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱110
- 威望0
- 积分110