h()
cũng hữu ích để thoát khỏi dấu ngoặc kép.
Ví dụ: tôi có một dạng xem tạo liên kết bằng trường văn bản result[r].thtitle
. Văn bản có thể bao gồm các dấu ngoặc kép. Nếu tôi không thoát result[r].thtitle
trong phương thức xác nhận, thì Javascript sẽ bị hỏng:
<%= link_to_remote "#{result[r].thtitle}", :url=>{ :controller=>:resource,
:action =>:delete_resourced,
:id => result[r].id,
:th => thread,
:html =>{:title=> "<= Remove"},
:confirm => h("#{result[r].thtitle} will be removed"),
:method => :delete %>
<a href="#" onclick="if (confirm('docs: add column &apos;dummy&apos; will be removed')) { new Ajax.Request('/resource/delete_resourced/837?owner=386&th=511', {asynchronous:true, evalScripts:true, method:'delete', parameters:'authenticity_token=' + encodeURIComponent('ou812')}); }; return false;" title="<= Remove">docs: add column 'dummy'</a>
Lưu ý: phần :html
khai báo tiêu đề được thoát một cách kỳ diệu bởi Rails.
&<>"'/