target
refers to the equally-named HTML attribute, not the link destination.
Returns
String
or null
.
Optional name of the window in which the link destination should be opened.
link = new Scrivito.Link({obj: Scrivito.Obj.root(), target: "_blank"});
link.target();
// => "_blank"
target
refers to the equally-named HTML attribute, not the link destination.
Returns
String
or null
.