Paul Foxworthy schrieb: > If the intention is to override the default behaviour, wouldn't it be clearer > to add an attribute to the widget along the lines of > > showTitle="false" > > or perhaps > > useFieldNameForTitle="false" > > instead of fighting with a fake title that's not really a title at all? > > The default value out of the schema for the attribute would, of course, be > "true". > > What do people think?
It's a little bit less hackish, but still a workaround ;-) Let's go another step back. In all the cases I had a closer look the field with CommonEmptyHeader was an additional button (Cancel/Delete) to the default Submit button (Create/Save etc.). I guess this is modeled after HTML. So I think the best thing would be to add a button as another field type to Forms. Christian