2

入力日付を手動で入力できるように、標準の DatePicker を拡張できますか? パネルが表示されても問題ありません。

もしそうなら、ヒントはありますか?

blockKeydown オプションは機能せず、(おそらく廃止された) デバッグも機能しませんでした。

4

1 に答える 1

2

使用オプション:blockKeydown: false;

blockKeydown: (*boolean*, defaults to true) 
    Whether it should block keydown events, 
    so the user can type into the input field or not.

ソース: https://github.com/arian/mootools-datepicker/#options-2

于 2013-07-20T12:41:39.180 に答える