EasyUI Forum
May 15, 2024, 01:46:04 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: Set height/css style of a dialog title  (Read 6303 times)
iceh
Jr. Member
**
Posts: 61


View Profile
« on: November 05, 2013, 04:11:44 PM »

How can I influence the height/css style of one specific dialog?

I'd like to set the title centered and create a different font for just one specific dialog?

Thank you!
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: November 05, 2013, 05:13:36 PM »

Try this:
Code:
$('#dlg').dialog({
title:'<div style="font-size:14px;text-align:center">MyDialog</div>'
});
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!