[CLOSED] Setting Hyperlink target

  1. #1

    [CLOSED] Setting Hyperlink target

    I've got a simple viewport setup with a few panels. In one panel I have a hyperlink control that goes to a URL. When I click this hyperlink, i want the URL to show up in a Tab within one of my panels.

    I have two panels...one under West, and one under Center. The Hyperlink control is defined in the West panel. The tab in question (Tab3) is defined in the panel under Center

     
    <ext:HyperLink ID="HyperLink1" runat="server" Text="HyperLink" NavigateUrl="http://www.google.com" RenderTo="Tab3">
    </ext:HyperLink>
    what would the syntax be for the RenderTo property? Or should I use Target?
    Last edited by geoffrey.mcgill; Jul 15, 2010 at 10:18 PM.
  2. #2
    Hi,

    You'll need to call the .load() function of Tab3 and pass in the url.

    Example

    Tab3.load("http://www.google.com/");
    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] AllowBlank Message Target
    By albayrak in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 09, 2011, 2:26 PM
  2. [CLOSED] [1.0] Button's target link
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Nov 29, 2010, 1:19 PM
  3. [CLOSED] [1.0] Multiple DorpTarget on the same target
    By capecod in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 08, 2010, 8:31 AM
  4. [CLOSED] Custom Animate Target
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 30, 2009, 7:53 AM
  5. Target Query syntex
    By LoreX75 in forum 1.x Help
    Replies: 4
    Last Post: Aug 03, 2009, 3:46 AM

Posting Permissions