PDA

View Full Version : <flexstore:ProductFilter buttons? POS??


luciferonline
02-26-2008, 07:42 PM
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 enlighten me?????