EasyUI Forum
September 16, 2025, 09:22:24 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Combobox and Textbox Color  (Read 8119 times)
anugrast
Jr. Member
**
Posts: 52


View Profile Email
« on: October 16, 2016, 07:05:20 PM »

Dear All...

Can we change/styling color of combobox, textbox, etc without affecting one and another ? How to do that?

Thx
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: October 17, 2016, 08:11:35 AM »

The code below shows how to define the inputing style and apply it to a combobox component.
Code:
<style>
.c1 .textbox-text{
color: #666;
}
</style>
<script type="text/javascript">
$(function(){
$('#cc').combobox().next().addClass('c1');
})
</script>
Logged
anugrast
Jr. Member
**
Posts: 52


View Profile Email
« Reply #2 on: October 17, 2016, 06:16:15 PM »

Thx for your inspiration stworty...  Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!