0
我在EXTJS 3.4中使用checkboxselectionmodel。如何找出何時選中標題複選框。EXTJS中的checkboxselectionmodel 3.4
例子:
If (header checkbox is checked)
{ //do this..}
else --> individual child checkboxes are checked
{
do something else
}