Results 1 to 4 of 4

Thread: Change color in the listview

  1. #1
    nanduruchi is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    139

    Default Change color in the listview

    Hi All,
    I am Nandksihore and i have use sugarcrm 5.2.
    I have need to change the color of the listview in if else condition so what can i do.plz reply.
    Thanks

  2. #2
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: Change color in the listview

    You have a few options here, depending upon what you goals are:

    • If you are just wanting to have alternating row colors, you can set this in the style.css file for the theme by setting the ".evenListRowS1 td" and ".oddListRowS1 td" rules appropriately.
    • If there is just one field that needs to have the color changed, you could set the 'custom' attribute for the field in listviewdefs.php and have your logic in there using Smarty syntax.
    • If the whole row is needing coloring, then you'll need to subclass the view.list.php for the module, overriding the listViewProcess() method to supply in a different ListView template to use, then copy the include/ListView/ListViewGeneric.tpl template to your module's tpls/ directory and make the changes there


    All three options are upgrade safe. Hopefully this helps...

  3. #3
    nanduruchi is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    139

    Question Re: Change color in the listview

    HI thanks for reply ,
    but i have need to change color in the condition.plz give me a code to change color

  4. #4
    lssman is offline Senior Member
    Join Date
    May 2010
    Posts
    20

    Default Re: Change color in the listview

    HI jmertic

    I need to change the row color, could you give me more detail information?

    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. change font size and color in listview
    By peppolax in forum Help
    Replies: 2
    Last Post: 2012-05-05, 10:30 PM
  2. Replies: 40
    Last Post: 2011-10-06, 02:55 PM
  3. Change some row color
    By portega in forum Help
    Replies: 5
    Last Post: 2008-05-15, 11:09 AM
  4. change listview color
    By souza in forum Help
    Replies: 3
    Last Post: 2007-09-12, 10:51 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
  •