<?php
$this->beginWidget('zii.widgets.jui.CJuiDialog', array(
'id'=>'myJuiDialog',
'options'=>array(
'title'=>'Edit the user profile',
'autoOpen'=>false,
'buttons'=>array(
'ok'=>"js:function(){jQuery(this).dialog('close');}"
),
),
));
?>
<?php $this->endWidget('zii.widgets.jui.CJuiDialog');?>

注意红色字部分,记得加上“js:”就可以了!

相关文章:

  • 2021-09-04
  • 2021-06-15
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-06-07
猜你喜欢
  • 2021-09-02
  • 2021-07-03
  • 2022-12-23
  • 2021-12-28
  • 2021-08-16
相关资源
相似解决方案