Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
小枝テンプレートに削除リンクがあり、確認ダイアログを表示する Symfony2 の方法があるかどうかを知りたいです。
これが JQuery で可能であることは知っていますが、symfony には独自の「やり方」があるのかもしれません。
ありがとうございました。
confirm削除リンクでJavaScript関数を使用するだけです
confirm
<a href="{{ path('delete_route', {csrf:...}) }}" onclick="return confirm('are u sure?')">delete</a>