[TYPO3-dev] Toggling checkboxes with ExtJS

Steffen Kamper info at sk-typo3.de
Fri Jun 12 19:45:25 CEST 2009


Hi,

Francois Suter schrieb:
> Hi,
> 
>> You could simple access the underlying DOM element.
>>
>> Ext.select('.checkboxes').each( function(){ this.dom.checked = true } );
> 
> That works. Beautiful, thanks!
> 

yes. Always if you do a select with ExtJs it's a component after. The 
dom is always accessible with component.dom

vg Steffen




More information about the TYPO3-dev mailing list