[Users] How to ignore field in the FormPanel

Daniel Kastl orkney at gmx.de
Tue May 26 01:09:17 CEST 2009


Eric Lemoine schrieb:
> 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,
>
>   
Thank you very much!
That did the trick.

Daniel



More information about the Users mailing list