EasyUI Forum
May 02, 2024, 03:24:47 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 the textbox style?  (Read 6548 times)
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« on: August 19, 2016, 01:08:06 AM »

How to set the textbox fontsize?
like font-size:16px;font-weight:bold;
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 19, 2016, 01:35:24 AM »

Please try this code:
Code:
.textbox .textbox-text,
.textbox .textbox-prompt{
font-size: 16px;
}
Logged
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« Reply #2 on: August 19, 2016, 05:43:04 PM »

        $('#t1').textbox('textbox').css('font-size', '18px');
        $('#t1').textbox('textbox').css('font-weight', 'bold');

Thanks,I use the method.
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!