zoukankan      html  css  js  c++  java
  • [Yii Framework] CJuiDialog如何定义按钮

    <?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:”就可以了!

  • 相关阅读:
    团购网站之大众点评
    cas xml
    smsUtil
    solr配置
    xml
    yu
    Schema.xml
    ApplicationContext-redis.xml
    fast
    第一版
  • 原文地址:https://www.cnblogs.com/davidhhuan/p/1717076.html
Copyright © 2011-2022 走看看