Hi friends
I want title of my Ext.FormPanel in red color.
how to change PROJECT PURCHASE to somecolor.Code:var projectPurchasePanel = new Ext.FormPanel({
labelWidth: 100,
title: 'PROJECT PURCHASE',
frame:true,
bodyStyle:'padding:5px 5px 0',
width: 1090,
defaults: {width: 1070}
});
Thanks in advance