Helping Adobe Flex community in developing Rich Internet Applications (RIA) in MXML, Actionscript and Flash.

<mx:Label text="Crazy about Flex"/>

You are not logged in.

#1 Oct 7th 2009 4:59 AM

rainbow
Flex Apprentice
Registered: Aug 29th 2009
Posts: 23

aoto

private function defaultFilterFunction(element:*, text:String):Boolean
    {
        var label:String = itemToLabel(element);
        return (label.toLowerCase().substring(0,text.length) == text.toLowerCase());
    }

Offline

 

Board footer

Powered by PunBB