Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページを制御できますが、日付ピッカーに関連付けられたテキストボックスに直接日付を入力するユーザーを制限したいと思います。
これを行う方法はありますか?
よろしくお願いいたします。
Wriju
簡単な解決策は、に追加onkeydown="return false"すること<tr:inputDate/>です。これにより、ユーザーは日付フィールドに入力できなくなります。
onkeydown="return false"
<tr:inputDate/>
<tr:inputDate chooseId="chooseDate1" value="#{myBean.myDate}" onkeydown="return false"/> <tr:chooseDate id="chooseDate1"/>