Re: [qooxdoo-devel] Change the style of Group Headers in forms

2012-08-21 Thread damiand
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

Re: [qooxdoo-devel] Change the style of Group Headers in forms

2012-08-09 Thread Daniel Wagner
Hi Damian, you can create a custom form renderer to achieve this. The easiest way would be to extend one of the existing renderers (see the demo[1] for an example) and override the _createHeader method. [1] http://demo.qooxdoo.org/current/demobrowser/#ui~FormRendererCustom.html Regards, Daniel

[qooxdoo-devel] Change the style of Group Headers in forms

2012-08-08 Thread damiand
Hello. Is it possible to change the style (e.g. italic font instead bold), of group headers in a form? I now that the Form.addGroupHeader method has an options parameter, but I couldn't find any further documentation, or an example. Thanks, Damian -- View this message in context: http://qooxd