繁体   English   中英

rails,link_to:是否可以在:confirm选项中包含链接?

[英]rails, link_to: Is it possible to include a link in the :confirm option?

是否可以在传递给link_to的字符串传递中包含链接:confirm问题选项?

就像是:

str =  "Please press OK to approve license <http://www.url_to_license.com> before downloading the file"

link_to("Download file1", "http://www.urltofile1.com", :confirm => str")

我尝试了很多事情,但是无法在确认对话框中找到仅显示文本的链接。

如果这是一个琐碎的问题,我深表歉意,我是Ruby&Rails的新手。

:confirm选项将使用您传入的字符串创建一个JavaScript警报。

不幸的是,我认为不可能在JavaScript警报中使用HTML,因此我相信答案是否定的。

您应该看看一些JQuery插件来解决您的问题。

例如-Boxy

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM