| wijmo.input.wijinputtext 名前空間 > options タイプ : hideEnter オプション |
デフォルト値: false
true の場合、[Enter]キーを押したときのブラウザー応答が無効になります。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: boolean returnsValue = $(".selector").wijinputtext("option", "hideEnter"); //値を設定します var newValue; //タイプ: boolean $(".selector").wijinputtext("option", "hideEnter", newValue); }); | |
| Javascript (Specification) | |
|---|---|
var hideEnter : boolean; | |