Results 1 to 5 of 5

Thread: Selectable Link into a liste with Module Builder

  1. #1
    jschevingt is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    16

    Default Selectable Link into a liste with Module Builder

    Hi

    i have create a small module for the gestion of DSL Link.
    All DSL link have a ID that i have created (text champs)

    when i am going into the module tab, i see all of my data into the list
    but i can access it because he don't have html link

    anyone know where is my error ?

    thanks
    jerome

  2. #2
    jsagar's Avatar
    jsagar is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    Ahmedabad,India
    Posts
    242

    Default Re: Selectable Link into a liste with Module Builder

    Hi,
    you need to change the listviewdefs.php of your module

    link=true,


    Example:
    'NAME' =>
    array (
    'width' => '40',
    'label' => 'LBL_LIST_ACCOUNT_NAME',
    'link' => true,
    'default' => true,
    ),


    It will help you!
    Best Regards
    ---------------------------------------
    Jaydeepsinh Sagar

  3. #3
    jschevingt is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    16

    Default Re: Selectable Link into a liste with Module Builder

    PERFECT !

    Thanks
    jerome

  4. #4
    Tobias G is offline Junior Member
    Join Date
    Sep 2011
    Posts
    2

    Default Re: Selectable Link into a liste with Module Builder

    Hi,

    I´ve got the same problem but in the listviewdefs.php of my module
    it does say 'link' => true.
    In the listview the names are written in bold letters, but they are black not blue.
    What else could be the Problem???

    Thanks for your help.

    Tobias

  5. #5
    Tobias G is offline Junior Member
    Join Date
    Sep 2011
    Posts
    2

    Default Re: Selectable Link into a liste with Module Builder

    Hi,

    I´ve got the same problem, but in the mentioned .php it does say 'link' => true.

    Do you have another idea, what the problem could be.

    Thanks

    Tobias

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What is the link field type in module builder?
    By mmansperger in forum Developer Help
    Replies: 2
    Last Post: 2009-10-08, 02:45 PM
  2. Creating Selectable User Box in Zucker Reports
    By BriteComputers in forum Help
    Replies: 6
    Last Post: 2009-02-18, 03:34 PM
  3. Replies: 3
    Last Post: 2008-12-08, 08:41 AM

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
  •