-
2 May 2012 6:47 AM #1
How To set background color for Itemselector?
How To set background color for Itemselector?
I can't set background color for itemselector.If i giving style: 'background-color:green;', means only setting colors like in picture ..
Screenshot-11.png
i need to set inside of like that ...
Screenshot-12.png
my itemselctor is
multiselects: [{ width: 200,
height: 100,
frame: true,
id:'yes',
store: consultantStore,
style: 'background-color:green;',
displayField: 'label',
valueField: 'value'
},{
width: 200,
height: 100,
id:'otSelectedConsultants',
frame: true,
style: 'background-color:yellow; display:block;',
store: Selected,
displayField: 'label',
valueField: 'value',
}],
Please Help me
-
2 May 2012 11:18 PM #2
Itemselector Background color
Itemselector Background color
Me to having the same problem please refer me some solution.....
-
17 May 2012 10:29 AM #3
Try the following:
where #ms1 = the ID of the one you want to change to blue
Regards,Code:.x-boundlist { border-width: 1px; border-style: solid; border-color: #98C0F4; background: red; } #ms1 .x-boundlist { border-width: 1px; border-style: solid; border-color: #98C0F4; background: blue; }
Scott.


Reply With Quote