Flex - Search in ArrayCollection by part of the word

Posted by Sergei on Stack Overflow See other posts from Stack Overflow or by Sergei
Published on 2010-06-08T18:10:48Z Indexed on 2010/06/08 18:12 UTC
Read the original article Hit count: 185

Filed under:
|
|

For example i have an ArrayCollection, and i want to find person with telephone begines with "944" how can i do this?

<mx:ArrayCollection id="arrColl" >
    <mx:source>
        <mx:Array>
            <mx:Object telephone="944768" subscriber="Smith P.T."/>
            <mx:Object telephone="944999" subscriber="Peterson Q.T."/>
         </mx:Array>
        </mx:source>
    </mx:ArrayCollection>  

© Stack Overflow or respective owner

Related posts about flex

Related posts about flash