K A*_*ngh 2 youtube video detailview yii2
我正在网站的前端显示你的管视频.管理员可以从站点后端的嵌入代码中提供您的管源.我想在视图页面上预览.以下是我尝试的代码,但它显示的是iframe标签(我知道这不是正确的方法)
[
'attribute'=>'source',
'value' => !empty($model->source) ? '<iframe class="embed-responsive-item" src="'.$model->source.'" frameborder="0" allowfullscreen></iframe>' : NULL,
],
Run Code Online (Sandbox Code Playgroud)
是否有像图像格式的东西:
[
'label'=>'Image',
'attribute'=>'userInfo.image',
'format' => ['image',['width'=>'100','height'=>'100']],
],
Run Code Online (Sandbox Code Playgroud)
格式html或raw将帮助您.
[
'format' => 'raw',
'attribute'=>'source',
'value' => !empty($model->source) ? '<iframe class="embed-responsive-item" src="'.$model->source.'" frameborder="0" allowfullscreen></iframe>' : null,
],
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2577 次 |
| 最近记录: |