Method: Scrivito::Link#target=

Defined in:
app/cms/scrivito/link.rb

#target=(value) ⇒ Object

Set the link target. “target” refers to the equally-named HTML attribute, not the link destination.

Parameters:

  • value (String)

    the target of the link

[View source]

119
120
121
# File 'app/cms/scrivito/link.rb', line 119

def target=(value)
  @link_data[:target] = value
end