278893912qq 2011-09-14 17:55:34 2727次浏览 4条回复 0 0 0

RT。。 之后要在这三个操作链接后面添加一个其他链接又该如何实现?

  • 回复于 2011-09-14 21:10 举报

    不知所云⋯⋯

  • 回复于 2011-09-14 21:28 举报

    楼主可能指的是CGridView的按钮。

    'buttonID' => array(
        'label'=>'...',     // text label of the button
        'url'=>'...',       // a PHP expression for generating the URL of the button
        'imageUrl'=>'...',  // image URL of the button. If not set or false, a text link is used
        'options'=>array(...), // HTML options for the button tag
        'click'=>'...',     // a JS function to be invoked when the button is clicked
        'visible'=>'...',   // a PHP expression for determining whether the button is visible
    )
    
  • 回复于 2011-09-15 08:33 举报

    大概就是这个意思!

  • 回复于 2011-09-15 15:02 举报

    舰长V5

您需要登录后才可以回复。登录 | 立即注册