Thank you, Daniel.
I used a custom renderer, and I've overwritten the addItems method, as in
the following excerpt:
addItems : function(items, names, title, options, headerOptions) {
// add the header
if (title != null) {
var myHeader = this._createHeader(title).set({minWidth: 260,
rich:
true});
if (headerOptions != null && typeof headerOptions == "object") {
if (headerOptions.getFont) {
if (headerOptions.getFont() == "italic") {
myHeader.setFont("italic_header");
}
else if (headerOptions.getFont() == "plain") {
myHeader.setFont("plain_header");
}
}
};
The last parameter (/headerOptions/) holds the /option/ parameter of the
/addGroupHeader/ method.
Best regards,
Damian
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Change-the-style-of-Group-Headers-in-forms-tp7580935p7581039.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel