can some one explain how I can call the product filter method for the flex store. using buttons? rather than the combo box, radio boxes etc.
I know selected is not a button class property. or is it??
<flexstore: ProductFilter id=“filter”>
<flexstore:camera>{Camera.selected}</flexstore:video>
</flexstore: ProductFilter>
<mx:Button id=“Camera” styleName=“glass” width=“140” click=“dispatchFilter();” label=“Camera”>
any one able to give me a tip or two?