[TYPO3-dev] Toggling checkboxes with ExtJS

Francois Suter fsuter at cobweb.ch
Fri Jun 12 14:31:17 CEST 2009


Hi,

> // untested
> Ext.select('.checkboxes').each( function(){ this.setValue(true) } );

Nope, doesn't work. Actually this raises an error saying that setValue() 
does not exist. So I tried also this:

Ext.select('.checkboxes').each( function(){ this.checked = true; } );

but no luck (not surprisingly, since I had already tested variants of 
that...).

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch




More information about the TYPO3-dev mailing list