EasyUI Forum
June 25, 2024, 05:33:56 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to set height of ComboBox,please?  (Read 13954 times)
zzdfc
Jr. Member
**
Posts: 58


View Profile
« on: April 28, 2012, 12:11:59 AM »

How to set height of ComboBox,please?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 28, 2012, 01:12:36 AM »

Change css style to gain this feature:

Code:
.combo-text{
height:30px;
line-height:30px;
}
.combo-arrow{
height:30px;
}
Logged
andy
Newbie
*
Posts: 7


View Profile Email
« Reply #2 on: July 20, 2012, 02:03:03 PM »

$(function()
{
  $('#tambahbarang_kondisi_text').combobox
  ({ 
       url:'<? echo base_url()."index.php/tambahbarang/fcn_kondisibox_load";?>', 
       valueField:'Id',  textField:'Id', panelHeight:65
  });
            
});
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!