-1){
intput_cards.push({label:cards[i].label, data:cards[i].data} );
}
}
combobox_id.dataProvider = intput_cards ;
}
combobox_id.validateNow();
combobox_id.open();
}
protected function linkbutton1_clickHandler(event:MouseEvent):void
{
// TODO Auto-generated method stub
navigateToURL(new URLRequest("http://blog.csdn.net/kkkloveyou"),"_blank");
}
]]>

flex 3 combobox 实现关键字过滤搜索-代码示例
关注
打赏