Results 1 to 3 of 3

Thread: Text Color

  1. #1
    alliancecomputers's Avatar
    alliancecomputers is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    22

    Default Text Color

    Is there a way to make text in the Detail view a color.
    I want to make text written in an field to show up, red in the detail view.
    Alliance Computers, LLC

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Text Color

    Hello,

    Yes, you can change the color by adding customCode (custom/modules/YOURMODULE/metadata/detailviewdefs.php)

    PHP Code:
    'YOUR_FIELD' => 
    array(
      
    'name' => 'YOUR_FIELD',
      
    'label' => 'WHATEVER_THE_LABELNAME_IS',
      
    'customCode' => '<font color="red">{$fields.YOUR_FIELD.value}</font>',
    ),
    // I've written code right here, so check for error in you editor, if any. 
    or change the field in view.detail.php (add following line in display function)

    PHP Code:
    $this->bean->YOUR_FIELD '<font color="red">'.$this->bean->YOUR_FIELD.'</font>'
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    alliancecomputers's Avatar
    alliancecomputers is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    22

    Default Re: Text Color

    NICE! thank you very much
    Alliance Computers, LLC

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. php developer knowing sugar crm needed
    By qboos in forum Classifieds
    Replies: 10
    Last Post: 2007-11-30, 10:11 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
  •