Not being able to set background color for a combobox after render.

  1. #1

    Not being able to set background color for a combobox after render.

    Following are the different code tried to set the background color, but of no use.:

    field.el.dom.style.color = "white";
    field.el.set().dom.style.background = "#FF8080";
    field.el.dom.style.backgroundColor = "#FF8080";
    field.el.applyStyles({
                    'backgroundColor': 'red'
                });
    field.getEl().dom.bgColor = "red";
    field.getEl().dom.style.backgroundColor = 'red';
    Please help
  2. #2
    Hi @arjunrvasisht,

    This post might help.
    http://forums.ext.net/showthread.php...l=1#post212321

Similar Threads

  1. Replies: 6
    Last Post: Nov 20, 2014, 5:25 AM
  2. Replies: 1
    Last Post: Jun 27, 2014, 10:52 AM
  3. [CLOSED] Change column background color after render
    By RCM in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 10, 2012, 7:08 AM
  4. [CLOSED] Combobox Field Background Color
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 04, 2012, 11:09 PM
  5. Change Tab background color or background image
    By georgelanes in forum 1.x Help
    Replies: 0
    Last Post: Nov 06, 2008, 3:55 PM

Tags for this Thread

Posting Permissions