[Users] How to ignore field in the FormPanel

Eric Lemoine eric.lemoine at camptocamp.com
Mon May 25 15:03:51 CEST 2009


On Fri, May 22, 2009 at 10:10 AM, Daniel Kastl <orkney at gmx.de> wrote:
> Eric Lemoine schrieb:
>> On Friday, May 22, 2009, Daniel Kastl <orkney at gmx.de> wrote:
>>
>>> Hi list,
>>>
>>> I'm using the GeoExt.form.FormPanel and I have a collapsable fieldset in
>>> my form:
>>>
>>> {
>>>     xtype : 'fieldset',
>>>     title : 'My Fieldset with Chseckbox',
>>>     checkboxToggle: true,
>>>     // checkboxName: 'name_has_no_effect',

You can try this:

{
    xtype: "fieldset",
    title: "your title",
    checkboxToggle: {tag: 'input', type: 'checkbox'}
}

Cheers,

-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine at camptocamp.com
http://www.camptocamp.com


More information about the Users mailing list