PDA

View Full Version : ext.BasicDialog? font-size and font-family for title



anjumzulfiqar@yahoo.ca
16 Oct 2007, 10:25 AM
I am working on Project, and I am a new boy in experts forum.

dialog = new Ext.BasicDialog('trm_save_dialog',{
autoCreate: true,
modal: true,
width: 500,
height: 400,
fixedcenter:true
});

my question is How I can change the font-size and font-family for
Ext.BasicDialog window.

all help will be highly appreciated. any examples....

Waiting.........................

Dominoble
16 Oct 2007, 10:51 AM
Look at the examples (http://extjs.com/deploy/ext/examples/dialog/hello.html) and modify the CSS. This post should be in the Ext forum unless it's related to Ext.ND and Domino.

anjumzulfiqar@yahoo.ca
26 Oct 2007, 12:58 PM
Thank you very much