Results 1 to 2 of 2

Thread: Hyperlink not appearing in sub-panels, appears in detailview

  1. #1
    chriscaputo is offline Member
    Join Date
    May 2009
    Posts
    13

    Default Hyperlink not appearing in sub-panels, appears in detailview

    I have a subpanel which has a generated URL.. the url displays/works in detail view, but doesn't show in the subpanel - I just see a blank field.

    Here is the auto-generated subpanel

    <?php
    // created: 2010-01-25 02:25:59
    $subpanel_layout['list_fields'] = array (
    'name' =>
    array (
    'vname' => 'LBL_NAME',
    'widget_class' => 'SubPanelDetailViewLink',
    'width' => '45%',
    'default' => true,
    ),
    'status' =>
    array (
    'width' => '20%',
    'vname' => 'LBL_STATUS',
    'default' => true,
    ),
    'send_email_link_c' =>
    array (
    'type' => 'url',
    'default' => true,
    'vname' => 'LBL_SEND_EMAIL_LINK',
    'width' => '10%',
    ),
    'edit_button' =>
    array (
    'widget_class' => 'SubPanelEditButton',
    'module' => 'Avail_Sendouts',
    'width' => '4%',
    'default' => true,
    ),
    );
    ?>

  2. #2
    vbondoux is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    50

    Default Re: Hyperlink not appearing in sub-panels, appears in detailview

    Exactly the same question, impossible to add a custom link in the subpanel view....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 2009-12-30, 07:36 PM
  2. DetailView Panels Separation
    By swhitlow in forum Developer Help
    Replies: 11
    Last Post: 2008-04-08, 03:09 PM
  3. Creating a hyperlink field in the Account DetailView
    By mhayhurst in forum Developer Help
    Replies: 5
    Last Post: 2007-10-14, 01:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •