CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Change background colore in jqcomboboxEx

by Wissem_B » 25 Aug 2015 13:56

Hi guys,

i try to change the color of jqcomboboxEx ( with Extraheader Solution) but in vain, could you help me please with some example how to do that.

Thank you very much.
Wissem_B
 
Posts: 32
Joined: 07 Aug 2014 07:36

by Alexander Bulei » 25 Aug 2015 14:54

Hi,

First you need define the custom css of comboboxex:

delphi code
IWCGJQComboBoxEx1.Css:= 'my-custom-comboboxex';


then, in extraheader:

Code: Select all
<style>
.my-custom-comboboxex a.ui-selectmenu {
    background: red;
    border-color: green;
}
</style>


Remember, all style are controlled from selected jquery ui theme.

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to JQComboBoxEx

Who is online

Users browsing this forum: No registered users and 2 guests

Contact Us.