markdown 使用Rails FORM_FOR在新窗口中打开PDF

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用Rails FORM_FOR在新窗口中打开PDF相关的知识,希望对你有一定的参考价值。

### Open PDF
* If using a `form_for` element to download a pdf, the options for pdf is either download or open in the current window.
* You can attach the `target=_blank` to the `form` in order to open the pdf in a new window.

以上是关于markdown 使用Rails FORM_FOR在新窗口中打开PDF的主要内容,如果未能解决你的问题,请参考以下文章

Rails:form_for 命名空间资源

Rails 将 form_for 对象传递给部分

Rails 500 服务器错误,对 form_for 部分的 Ajax 请求

在不同位置放置Rails Form_For字段

markdown 隐藏字段form_for属性

使用 Ruby on Rails form_for 和控制器/方法绑定 PayPal 智能按钮?