gpt4 book ai didi

php - Yiibooster TbButton 网址链接无效

转载 作者:行者123 更新时间:2023-12-04 15:53:18 28 4
gpt4 key购买 nike

我想要按钮链接到另一个网页,我在我的 View 文件中使用以下代码:

    $this->widget('booster.widgets.TbButton',array(
'context'=>'primary',
'label'=>'button',
'url'=>'www.baidu.com'
));

它生成的 html 如下:

<button class="btn btn-primary" id="yw2" name="yt0" type="button">button</button>

以下代码有效但显示为字符串:

echo CHtml::link(CHtml::encode('button'),'www.baidu.com')

有人可以帮忙吗?

最佳答案

解决方法如下:

 $this->widget('booster.widgets.TbButton',array(
'context'=>'primary',
'label'=>'button',
'buttonType' =>'link',
'url'=>'href link XXXXXXX.com'
));

buttonType 是解决方案。它没有记录,只是阅读 API....再见

关于php - Yiibooster TbButton 网址链接无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25592077/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com