jQuery EasyUI Forum
May 19, 2013, 04:18:49 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 1939 times)
zzdfc
Newbie
*
Posts: 22


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

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


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.13 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!