Method: Scrivito::Link#target=
- Defined in:
- app/cms/scrivito/link.rb
permalink #target=(value) ⇒ Object
Set the link target. “target” refers to the equally-named HTML attribute, not the link destination.
119 120 121 |
# File 'app/cms/scrivito/link.rb', line 119 def target=(value) @link_data[:target] = value end |