You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ProductSearch Class > ProductSearch Properties > LinkTarget
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ProductSearch.LinkTarget Property

Gets or sets the target window for the hyperlinks in the search result. The choices are:

  • _blank - loads the link in a new blank window. This window is not named.
  • _self - loads the link in the same window the anchor was clicked in. This is useful for overriding a globally assigned base target.
  • _parent - loads the link in the immediate frameset parent of the document. This defaults to acting like “_self” if the document has no parent.
  • _top - loads the link in the full body of the window. This defaults to acting like “_self” if the document is already at the top. It is useful for breaking out of an arbitrarily deep frame nesting.

C#
[Bindable(true)]
[Browsable(true)]
[Category("Ektron")]
[DefaultValue(ItemLinkTargets._self)]
[Description("The target attribute of the link.")]
public ItemLinkTargets LinkTarget;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<DefaultValue(ItemLinkTargets._self)>
<Description("The target attribute of the link.")>
Public Property LinkTarget() As ItemLinkTargets
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!