1153万例文収録!

「button submit」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > button submitに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

button submitの部分一致の例文一覧と使い方

該当件数 : 43



例文

The action for a 'submit' button. 例文帳に追加

'submit' ボタンのアクション - PEAR

Change the text of the button to Submit. 例文帳に追加

ボタンのテキストを「Submit」に変更します。 - NetBeans

returns"name" attribute for a submit button 例文帳に追加

returnssubmit ボタンの "name" 属性です。 - PEAR

Label for the submit button 例文帳に追加

送信ボタンを表すラベル。 - PEAR

例文

Add a button under the Submit button. 例文帳に追加

「送信」ボタンの下にボタンを追加します。 - NetBeans


例文

A submit field that represents a Save Changes button 例文帳に追加

「Save Change」ボタンを表す送信フィールド。 - NetBeans

Double-click the Submit Vote button. 例文帳に追加

「票を送信」ボタンをダブルクリックします。 - NetBeans

We don't need values from button-type elements (except submit) and files 例文帳に追加

ボタン要素 (submit を除く) やファイル要素の値を取得する必要はない - PEAR

Click the Submit Query button to calculate the largest prime number that is less than or equal to 123456.例文帳に追加

「Submit Query」ボタンをクリックすると、123456 以下の最大素数が計算されます。 - NetBeans

例文

Form is validated only when the global 'Submit' button is pressed. 例文帳に追加

共通 'Submit' ボタンが押されたときにのみ入力内容が検証されます。 - PEAR

例文

A submit field that represents a Back to the List button for returning to the editWishList.php page 例文帳に追加

editWishList.php ページに戻るための「Back to the List」ボタンを表す送信フィールド。 - NetBeans

It can be the "submit" button of a single-page or tabbed multi-page form, "finish" button of a wizard. 例文帳に追加

単一ページのフォームやタブ形式の複数ページフォームでは "submit" ボタン、あるいはウィザードでは "finish" ボタンに関連付けることができます。 - PEAR

method to set the submit button's name and thus to trigger a 'submit' action when the button is clicked.例文帳に追加

メソッドを使用して送信ボタンの名前を指定し、ボタンがクリックされた際に 'submit'アクションが実行されるようにしています。 - PEAR

The ButtonHandler prints a submit button with a localized message.例文帳に追加

ButtonHandler には送信ボタンがローカライズされたメッセージ付きで表示されます。 - NetBeans

In this section, you add behavior to the Submit button that does two things: 例文帳に追加

この節では、「送信」ボタンの動作を追加します。 このボタンは、 - NetBeans

Without this extra bit of scripting, the button would not be able to submit a virtual form. 例文帳に追加

このスクリプトがないと、ボタンは仮想フォームを送信できません。 - NetBeans

The second one actually is a text input box and the third is a submit button. 例文帳に追加

2 番目の要素はテキスト入力欄で、3 番目は送信ボタンです。 - PEAR

Drop a Button component to the right of the View Results button, and set its text to Submit Vote. 例文帳に追加

「ボタン」コンポーネントを、「結果を表示」ボタンの右にドロップし、そのテキストを「票を送信」に設定します。 - NetBeans

The submission process is not complete until you click the 'Submit' button.例文帳に追加

提出手続きはあなたが「提出」ボタンを押すまで完了しません。 - Weblio Email例文集

This action should be bound to a "global" submit button for a form. 例文帳に追加

このアクションは、フォームの "グローバル" な送信ボタンに関連付けなければなりません。 - PEAR

If the user clicks the Submit Vote button, the page submits the user's vote. 例文帳に追加

ユーザーが「票を送信」ボタンをクリックした場合、ページはユーザーの票を送信します。 - NetBeans

In Page1 in the Visual Designer, double-click the Submit button to open its action method in the Java editor. 例文帳に追加

ビジュアルデザイナーの Page1 で、「送信」ボタンをダブルクリックして Java エディタでそのアクションメソッドを開きます。 - NetBeans

When you click the Submit button, the values for the selected items appear in the text area.例文帳に追加

「送信」ボタンをクリックすると、選択した項目の値がテキスト領域に表示されます。 - NetBeans

The above example code creates a HTML form that only contains a single textfield with the name "name" and with the label "What's your name" and a submit button labeled "Go, Go". 例文帳に追加

上のサンプルコードは、"name"という名前を持つ1つのテキストフィールドと、"What's your name" というラベル、そして "Go, Go" とラベルされた submit ボタンを含むHTML フォームを生成します。 - PEAR

The user can submit the form by pressing Enter button, not by clicking on any of the form buttons. 例文帳に追加

フォームのボタンをクリックする以外にも、Enter キーを押すことでフォームを送信することができます。 - PEAR

To implement the Delete button, enter the following code block inside the while loop in editWishList.php, directly below the code block for the editWish button:tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdThe HTML input form contains a hidden field for the wishID and a submit button labelled Delete. 例文帳に追加

「Delete」ボタンを実装するには、次のコードを editWishList.php の while ループの内部、editWish ボタンのコードブロックのすぐ下に入力します。 tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdHTML 入力フォームには、wishID 用の非表示フィールドと、「Delete」というラベルが付いた送信ボタンが含まれています。 - NetBeans

The type submit means that the input field appears on the page as a button and the data is transferred when exactly this control is affected. 例文帳に追加

型「submit」は、入力フィールドがボタンとしてページ上に表示され、この制御が正確に影響を受けるときに、データが転送されることを意味します。 - NetBeans

Note that there is no Auto-submitOn Change option for button and link components because theyintrinsically submit the web page. 例文帳に追加

ボタンとリンクコンポーネントは、それ自身が Web ページを送信するため「変更時に自動送信」オプションはありません。 - NetBeans

In the running application, select one or more items in the listbox and click the Submit button.例文帳に追加

実行中のアプリケーションで、リストボックスから 1 つまたは複数の項目を選択し、「送信」ボタンをクリックします。 - NetBeans

The form contains a submit field, which implements the Edit button, and a hidden field wishID for transferring the ID of the wish displayed to left of the Edit button. 例文帳に追加

フォームには、「Edit」ボタンを実装する送信フィールドと、「Edit」ボタンの左に表示されるウィッシュの ID を転送するための非表示フィールド wishID が含まれています。 - NetBeans

When the start page appears, select a radio button and click Submit Vote.The browser displays the results page. 例文帳に追加

開始ページが表示されたら、ラジオボタンを選択し、「票を送信」をクリックします。 ブラウザに結果ページが表示されます。 - NetBeans

Or perhaps you have two buttons on a page, and you only want to submit a subset of the fields depending on which button is clicked. 例文帳に追加

また、ページにボタンが 2 つあるときに、クリックされたボタンによって送信するフィールドを変えることができます。 - NetBeans

The previously listed code specifies that when the submit button is clicked, the content of the textarea is posted to a servlet called SpellCheckServlet.例文帳に追加

上記のコードでは、送信ボタンがクリックされるときに、textarea の内容が SpellCheckServlet というサーブレットに送信されることが指定されています。 - NetBeans

Most browsers will not consider any submit button as clicked in this case and will not send its name. 例文帳に追加

このような場合ほとんどのブラウザでは特定の送信ボタンが押されたとは考えず、そのためボタンの名前が送信されません。 - PEAR

To implement this functionality, enter the following HTML input form in the editWishList.php file, before the closing /body tag:form name=backToMainPage action=index.phpinput type=submit value=Back To Main Page//formThe form redirects the user to the front index.php page upon pressing the Back to Main Page button. 例文帳に追加

この機能を実装するには、次の HTML 入力フォームを editWishList.php ファイルの終了 /body タグの前に入力します。 form name=backToMainPage action=index.phpinput type=submit value=Back To Main Page//form「Back to Main Page」ボタンを押すと、フォームは、ユーザーを最初の index.php ページにリダイレクトします。 - NetBeans

When you choose one or more items from the listbox and click the Submit button, the application shows the selected items in a text area.例文帳に追加

リストボックスから 1 つまたは複数の項目を選択し、「送信」ボタンをクリックすると、選択した項目がテキスト領域に表示されます。 - NetBeans

This code produces a form that includes a text input area for writing the comment, and a Submit button labeled Post,as shown in the next figure.例文帳に追加

このコードでは、次の図に示すように、コメント記入用のテキスト入力領域と、「Post」とラベル付けされた送信ボタンを含むフォームを作成します。 - NetBeans

A buyer inputs an order information and clicks the submit button 702 to place an order including a desired contents to a corresponding seller.例文帳に追加

バイヤーは、オーダー情報の入力終了後、サブミットボタン702をクリックすることにより、対応するセラーに、所望のコンテンツのオーダーを行うことができる。 - 特許庁

To ensure that the input fields on the page forego processing (including validation checks) when the user clicks the Add or Revert button, you will make these buttons submit a virtual form. 例文帳に追加

ユーザーが「Add」ボタンまたは「Revert」ボタンをクリックしたときにページ上の入力フィールドの処理 (検査を含む) が見送られるように、これらのボタンは仮想フォームを送信するようにします。 - NetBeans

Though not a common use case, it is worth noting that if you want a button or link within a standard Data Table component (not the new Table component) to submit a virtual form, you must add a bit of extra scripting to the button or link's onClick (or onclick)property.例文帳に追加

一般的なケースではありませんが、標準のデータ表コンポーネント (新しい表コンポーネントではない) 内に仮想フォームを送信するボタンまたはリンクが必要な場合は、ボタンまたはリンクの「onClick」(または「onclick」) プロパティーにスクリプトを追加する必要があります。 - NetBeans

When the user depresses a submit button provided to a page generated in the HTML 2, the service information is transmitted to the composite machine 10 (S155), and the composite machine 10 stores the service information.例文帳に追加

そして、ユーザにより、HTML2により生成されるページに設けられたsubmitボタンを押下するとサービス情報が複合機10に送信され(S155)、サービス情報が複合機10に記憶される。 - 特許庁

To make it possible display a value for an input key on a next screen on and after such as a confirmation screen after trigger execution such as depressing a submit button whatever name and definition a key for specifying the input has.例文帳に追加

入力を指定するキーがいかなる名称定義であっても、入力キーに対する値をsubmitボタンを押すなどのトリガー実行後、確認画面などの次画面以降の画面で表示させることを可能にする - 特許庁

例文

An order placement list input screen 691 is provided with an order information input part 701 in which data necessary for preparing an order, is written and they can be rewritten if necessary, a submit button 702 to instruct sending an information written in the order information input part 701 to a contents distribution intermediation system 11, and a back button 703 to return to a just previous screen.例文帳に追加

オーダープレイスリスト入力画面691には、オーダーを作成するために必要なデータが予め記載され、必要に応じて、書き換え可能なようになされている、オーダー情報入力部701、オーダー情報入力部701に記載された情報の、コンテンツ配給仲介システム11への送信を指示するサブミットボタン702、および1つ前の画面へ戻るためのバックボタン703が設けられている。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS