0
我想使用動作腳本集成日期選擇器組件以便於出生日期。 任何avialable組件?請給url的?動作腳本中的DatePicker
我想使用動作腳本集成日期選擇器組件以便於出生日期。 任何avialable組件?請給url的?動作腳本中的DatePicker
您需要使用DateField
var dp:DateField = new DateField();
dp.yearNavigationEnabled = true; // enables you to move thru years quickly.
addElement(dp);
檢查日曆組件的MinimalComps @
http://minimalcomps.com/