jsp一個input輸入框用的是easyui時間控件,現在問題是如何是這個input只能點擊選擇日期,而禁止手動輸入
解決方法:::
在日期的input標簽里面添加:::;editable="false"
如:
<form:input path="rechargeDateStart" style="width:150px" class="easyui-datetimebox" format="yyyy-MM-dd HH:mm" editable="false"/>
jsp一個input輸入框用的是easyui時間控件,現在問題是如何是這個input只能點擊選擇日期,而禁止手動輸入
解決方法:::
在日期的input標簽里面添加:::;editable="false"
如:
<form:input path="rechargeDateStart" style="width:150px" class="easyui-datetimebox" format="yyyy-MM-dd HH:mm" editable="false"/>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。