Field.focus - フィールドにフォーカスをあわせる
スポンサードリンク
この機能を実行するにはprototype.jsが必要です
構文
Field.focus(elementid)
引数: elementid=エレメントID
「フィールドにフォーカスをあわせる」サンプルコード
スポンサードリンク
「Field.focusの動作デモ」
新しいウィンドウで実行 | スクリプトを編集&実行 - スクリプトをWEB上で編集&動作確認することが出来ます。
関連ページ
フィールドにカーソルを合わせ、テキストを選択 - Field.activate
フィールドの値をクリア - Field.clear
フィールドの入力状態を調べる - Field.present
フィールドのテキストを選択 - Field.select
スポンサードリンク