YII如何实现弹出框啊 [ 新手入门 ]
如题,在YII的表单提交时实现依条件出现弹出框,求帮助
共 32 条回复
-
dongfengyee 回复于 2011-07-13 10:37 举报
有样例代码吗?
-
<?php $this->beginWidget('zii.widgets.jui.CJuiDialog', array( 'id'=>'mydialog', // additional javascript options for the dialog plugin 'options'=>array( 'title'=>'提示', 'autoOpen'=>false, 'modal'=>true, 'buttons'=>array( '关闭'=>'js:function(){ $(this).dialog("close");}', ), ), )); ?> dialog content here<br> Hello,World! <?php $this->endWidget('zii.widgets.jui.CJuiDialog'); ?>
-
类似这样。
<?php $this->beginWidget('zii.widgets.jui.CJuiDialog', array( 'id'=>'mydialog', // additional javascript options for the dialog plugin 'options'=>array( 'title'=>Yii::t('query','查询系统'), 'autoOpen'=>false, 'modal'=>'true', 'width'=>'auto', 'height'=>'auto', ), )); echo Yii::app()->user->name.'<br>'.'欢迎你来使用考勤查询系统!'; $this->endWidget('zii.widgets.jui.CJuiDialog'); // the link that may open the dialog echo CHtml::link('点我吧','#',array( 'onclick'=>'$("#mydialog").dialog("open"); return false;', )); ?>
-
zhangyjllf 回复于 2011-09-01 19:54 举报
大家V5,我还傻傻的直接用jquery写
-
lz19881123 回复于 2011-09-06 21:38 举报
jquery插件也不错啊!用户体验不错!
-
lgw2008521 回复于 2011-09-08 08:23 举报
不说什么只能顶啊,有些功能需要根据相关说明进行测试,不然还是不会使用,我是体会到了
-
278893912qq 回复于 2011-09-15 11:40 举报
曾哥V5{:3_49:}
-
zkg6655175 回复于 2011-10-13 09:14 举报
学习了!
-
zk546113096 回复于 2011-10-13 11:49 举报
呼呼看看咋样
[attach]413[/attach]
[attach]414[/attach]
[attach]415[/attach]
-
zk546113096 回复于 2011-10-13 11:58 举报
juiDialog...
clumsyboy 南阳
注册时间:2011-05-03
最后登录:2020-01-09
在线时长:7小时27分
最后登录:2020-01-09
在线时长:7小时27分
- 粉丝3
- 金钱395
- 威望0
- 积分465