EasyUI Forum
May 04, 2024, 04:23:45 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: How to edit css in easyui.css or easyui.js  (Read 7084 times)
nyr_jack
Newbie
*
Posts: 31


View Profile
« on: December 03, 2012, 07:30:08 PM »

I want to edit the initial width of combobox and datebox in easyui.js or easyui.css, but I don't find it, who can tell me ?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: December 05, 2012, 06:37:55 PM »

Override $.fn.combobox.defaults and $.fn.datebox.defaults with 'width' property set to the specify value to initialize all the component's width.
Code:
$.fn.combobox.defaults.width = 200;
$.fn.datebox.defaults.width = 200;
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!