【发布时间】:2021-07-23 10:00:03
【问题描述】:
所以我在下面有这个视图:
The button view that i want to route to another page
有一个名为 Go To Question 的按钮,我想链接到 edit-question 路线。这是按钮的代码。
[ // CustomHTML
'name' => 'separator',
'type' => 'custom_html',
'value' => '<a href="{{$this->crud->setEditView(`backpack::crud.question`,3);}}"
target="_blank">Go to question ></a>'
],
有人知道怎么做吗?
【问题讨论】:
标签: laravel-backpack