JavaScriptを含む例文一覧と使い方
該当件数 : 240件
The application contains a JavaScript file jsfcrud.js in the Web Pages directory.The jsfcrud.js file checks if Dynamic Faces is enabled by checking if the script tags for the Dynamic Faces JavaScript files were rendered.If Dynamic Faces is enabled then the form is configured to send Ajax requests. 例文帳に追加
アプリケーションは、「Web ページ」ディレクトリに JavaScript ファイル jsfcrud.js を含みます。 jsfcrud.js ファイルは、Dynamic Faces の JavaScript ファイルが描画されたかどうかを確認して、Dynamic Faces が有効になっているかどうかを確認します。 - NetBeans
Finally, RHTML files are highlighted (along with improved NetBeans 6.0 support for related files, such as JavaScript and CSS). 例文帳に追加
RHTML ファイルは強調表示されます。 NetBeans 6.0 では JavaScript や CSS などの関連ファイルのサポートも改善されています。 - NetBeans
See the NetBeansJavaScript Editor screencast for a quick demonstration and http://wiki.netbeans.org/JavaScriptfor a detailed specification. 例文帳に追加
簡単なデモは NetBeans の JavaScript エディタのスクリーンキャストを、詳しい使用については http://wiki.netbeans.org/JavaScript を参照してください。 - NetBeans
The NetBeans IDE provides you with the ability to configure the JavaScript debugger.You can adjust the way the debugger behaves using options available in the JavaScriptpane of the IDE's Options window. 例文帳に追加
NetBeans IDE では、JavaScript デバッガの設定機能が提供されます。 「オプション」ウィンドウの「JavaScript」区画にあるオプションを使用すると、デバッガの動作を調整できます。 - NetBeans
You can consolidate custom JavaScript into a .js file and include a Script component that refers to the file. 例文帳に追加
カスタム JavaScript を .js ファイルに統合して、ファイルを参照する「スクリプト」コンポーネントを含めることができます。 - NetBeans
Nested dispatchers allow you to create event bubbling like it is implemented in Javascript. 例文帳に追加
ネストしたディスパッチャにより、JavaScriptで実装されるような連続するイベントを生成することができます。 - PEAR
The optional second parameter defaults to text/javascript but can be changed as needed. 例文帳に追加
オプションの二番目のパラメータのデフォルトはtext/javascript ですが、これは必要に応じて変更することが可能です。 - PEAR
NetBeans IDE 6.1 contains a completely new JavaScript editor which provides many advanced editing capabilities such as intelligent code completion, mark occurences, instant rename, on-fly analysis of JavaScript libraries, support for many Ajax frameworks and more.例文帳に追加
NetBeans IDE 6.1 の完全に新しい JavaScript エディタには、インテリジェントなコード補完、出現箇所のマーク、名前の即時変更、JavaScript ライブラリの即時分析、多数の Ajax フレームワークのサポートなど、多数の高度な編集機能があります。 - NetBeans
Rapidly build standards-based web applications using Ajax, CSS, JavaScript, and JSF. 例文帳に追加
ビジュアルエディタを使用して、Ajax、CSS、JavaScript、および JSF を使用する標準ベースの Web アプリケーションを短期間で構築できます。 - NetBeans
Click Finish and note that the new JavaScript file appears in the Projects window within the Web Pages folder.例文帳に追加
「完了」をクリックし、新しい JavaScript ファイルが「プロジェクト」ウィンドウで「Web ページ」フォルダ内に表示されることを確認します。 - NetBeans
You have configured the script1 Script component to emit a script tag for the ajaxchatroom.js JavaScript file you created earlier. 例文帳に追加
前の手順で作成した ajaxchatroom.js JavaScript ファイルの script タグを発行するように、script1 スクリプトコンポーネントを構成しました。 - NetBeans
We then use a wizard to create JavaScript client stubs that will interact with our RESTful web services.例文帳に追加
次にウィザードを使用して、これまでに作成した RESTful Web サービスと連係する JavaScript のクライアントスタブを作成します。 - NetBeans
Basic File Inclusion FilteringCode completion in HTML only includes code from referenced JavaScript files. 例文帳に追加
含めるファイルの基本的なフィルタHTML のコード補完には、参照されている JavaScript ファイルのコードだけが含まれます。 - NetBeans
In the dialog box that displays, select the Server side Java with client side JavaScript in the selected browser option.例文帳に追加
表示されるダイアログで、「選択したブラウザ内のクライアント側 JavaScript を使用したサーバー側 Java」オプションを選択します。 - NetBeans
This enables you to view and examine JavaScript code included in pages made publicly available.例文帳に追加
これにより、一般に公開されているページに含まれる JavaScript コードを表示して調べることが可能になります。 - NetBeans
Every project has a theme, which is a set of Cascading Style Sheets (CSS), JavaScript files, and icon images. 例文帳に追加
すべてのプロジェクトにはテーマがあります。 テーマとは、階層式スタイルシート (CSS)、JavaScript ファイル、およびアイコン画像のセットです。 - NetBeans
The file pb.js contains functions that are called by the JavaScript-related properties of the components in the application. 例文帳に追加
pb.js ファイルには、アプリケーションでコンポーネントの JavaScript 関連のプロパティーによって呼び出される関数が含まれます。 - NetBeans
The 'client' modifier is here to switch on client-side JavaScript validation in addition to server-side one. 例文帳に追加
'client' という指定をすると、サーバ側での検証だけでなくクライアント側での JavaScript による検証も有効にします。 - PEAR
Name of a Javascript function to call on onclick/onsubmit events when the user is either paging or sorting the data. 例文帳に追加
ユーザがページを移動したりデータをソートしたりしたときのonclick/onsubmit イベント発生時にコールする Javascript 関数の名前。 - PEAR
See http://wiki.netbeans.org/JavaScriptfor a detailed specification. 例文帳に追加
詳細な仕様については、http://wiki.netbeans.org/JavaScript を参照してください。 - NetBeans
You can also set breakpointswithin JavaScript code of any read-only ([r/o]) files that the IDE has accessed from your browser's cache.例文帳に追加
また、ブラウザのキャッシュでアクセスされる読み取り専用 ([r/o]) ファイルの JavaScript コード内にもブレークポイントを設定できます。 - NetBeans
the flexy:tojavascript tag solves this in a way that enables javascript to be tested seperatly from the application, and also serves to encourage better coding practices. 例文帳に追加
flexy:tojavascript タグは、この問題を解決するためのもので、javascript のテストをアプリケーションとは別にできるようになります。 - PEAR
This tutorial assumes that you have a working knowledge of the various technologies it employs (i.e., HTML, CSS, JavaScript, and PHP).例文帳に追加
このチュートリアルは、使用する各テクノロジ (HTML、CSS、JavaScript、および PHP など) に関する実用的な知識がある方を対象としています。 - NetBeans
The JavaScript editor provides code completion and integrateddocumentation for popular Ajax toolkits such as Dojo, YahooUI, Flickr,jQuery, Script.aculo.us, Prototype, etc. 例文帳に追加
JavaScriptエディタには、Dojo、Yahoo、flickr、jQuery、scriptaculous、prototype などの一般的な Ajax フレームワークに対するコード補完と統合されたドキュメントが用意されています。 - NetBeans
Quick Fixes and Semantic Checks The IDE performs many semantic checks on the JavaScript code and offers quick fixes.例文帳に追加
簡易修正と意味解釈のチェックIDE は JavaScript コードに多くの意味解釈のチェックを行い、簡易修正を提供します。 - NetBeans
Note: When there are multiple JavaScript statements on a single line, choosing Step Over in Internet Explorer results in progressing to the next statement within the same line.例文帳に追加
注: 1 行に複数の JavaScript 文があるとき、Internet Explorer で「ステップオーバー」を選択すると、同じ行内の次の文に進みます。 - NetBeans
You cannot reference the component from JavaScript, and no conversions, validations, or event generations occur when the page is submitted. 例文帳に追加
コンポーネントは JavaScript から参照できず、ページの送信時に変換、妥当性検査、またはイベントの生成は実行されません。 - NetBeans
The handleVariableControlOnClick function makes JavaScript calls to start, pause, or resume the Progress Bar when the user clicks the Button. 例文帳に追加
handleVariableControlOnClick 関数は、ユーザーがボタンをクリックしたときに JavaScript 呼び出しを行なって、進捗バーを開始、一時停止、または再開します。 - NetBeans
Note: If you click JSP in the toolbar to open the JSP editor, you see JavaScript tool tips in the Palette window that you can use in the JSP file.例文帳に追加
注:ツールバーで「JSP」をクリックして JSP エディタを開くと、「パレット」ウィンドウに JSP ファイルで使用できる JavaScript ツールチップが表示されます。 - NetBeans
create horizontal, vertival bar and also circle, ellipse and polygons (square, rectangle) allows usage of existing external StyleSheet and/or JavaScript 例文帳に追加
水平や垂直のバー、そして円、楕円、多角形 (正方形、長方形)の作成 既存の外部スタイルシートや JavaScript の使用 - PEAR
The strings in this array will be checked by the javascript function for a match with the text being typed. 例文帳に追加
この配列の中の文字列が javascript 関数によってチェックされ、入力されたテキストに一致するかどうかが調べられます。 - PEAR
The NetBeans PHP editor is dynamically integrated with NetBeans HTML, JavaScript and CSS editing features such as syntax highlighting and the JavaScript debugger.NetBeans IDE 6.5 fully supports iterative development,so testing PHP projects follows the classic patterns familiar to web developers.例文帳に追加
NetBeans PHP エディタは、構文の強調表示や JavaScript デバッグなどができる NetBeans HTML、JavaScript、CSS 編集機能と動的に統合されています。 NetBeans IDE 6.5 では反復開発が完全にサポートされているので、PHP プロジェクトのテストは、Web 開発者によく知られている従来のパターンに従います。 - NetBeans
This tutorial assumes that you have a working knowledge of the various technologies it employs (i.e., HTML, CSS, JavaScript, Java and JSP).例文帳に追加
このチュートリアルは、使用するさまざまなテクノロジ (HTML、CSS、JavaScript、Java、および JSP など) についての実用的な知識がある方を対象としています。 - NetBeans
This function is called each time a key is pressed in the form text field, and maps to the JavaScript call depicted in the Ajax flow diagram above.例文帳に追加
この関数は、フォームのテキストフィールド内でキーが押されるたびに呼び出され、Ajax のフロー図に示した JavaScript 呼び出しに対応します。 - NetBeans
Note: If you click JSP in the toolbar to open the JSP editor, you see JavaScript tool tips in the Palette window that you can use in the JSP file. Auto Comment Tool.例文帳に追加
注: ツールバーで「JSP」をクリックして JSP エディタを開くと、「パレット」ウィンドウに JSP ファイルで使用できる JavaScript ツールチップが表示されます。 - NetBeans
scope and this are terms that belong to JavaScript syntax and should be properly understood in order to make use of the Local Variables window.例文帳に追加
scope と this は、JavaScript 構文に属する用語なので、「局所変数」ウィンドウを使用するうえで正しく理解するようにしてください。 - NetBeans
Because the values of Hidden Field components get submitted, server-side code, such as the page bean, can examine changes made by JavaScript code. 例文帳に追加
「非表示フィールド」コンポーネントの値は送信されるので、ページ Bean などのサーバー側コードで JavaScript コードによる変更内容を確認できます。 - NetBeans
Rapidly build standards-based web applications using Ajax, CSS, JavaScript,PHP, Applets, Java Web Start (JNLP), and JavaServer Faces (JSF) and JavaServer Pages (JSP).例文帳に追加
ビジュアルエディタを使用して、Ajax、CSS、JavaScript、PHP、アプレット、Java Web Start (JNLP)、JavaServer Faces (JSF)、および JavaServer Pages (JSP) を使用した標準ベースの Web アプリケーションをすばやく構築できます。 - NetBeans
Sets JavaScript warning messages: the first is displayed before element errors, the second after them. 例文帳に追加
JavaScript 警告メッセージを設定します。 最初のメッセージは要素のエラーの前に表示され、2 番目のメッセージは要素のエラーの後に表示されます。 - PEAR
The executable code includes an exception handler coded by JavaScript.例文帳に追加
実行可能なコードは、ジャバスクリプトでコード化された例外ハンドラを含む。 - 特許庁
With Ajax, you can also exchangeplain text or even snippets of JavaScript which may be evaluated or executed by the callback function on the client.例文帳に追加
Ajax ではプレーンテキストを交換することもできます。 JavaScript のスニペットの交換は、クライアントのコールバック関数によって評価または実行できます。 - NetBeans
The first step in adding Ajax support to your project is to include the JavaScript libraries,Prototype and script.aculo.us.These libraries are bundled with Ruby on Rails. 例文帳に追加
Ajax サポートをプロジェクトに追加する際には、最初に JavaScript ライブラリの Prototype および script.aculo.us をインクルードします。 これらのライブラリは、Ruby on Rails にバンドルされています。 - NetBeans
Set breakpoints in your files to tell the debugger where to stop during execution.You can set breakpoints in HTML and JavaScript files. 例文帳に追加
デバッガの実行を停止する位置を指定するには、ファイル内にブレークポイントを設定します。 ブレークポイントは HTML ファイルと JavaScript ファイルに設定できます。 - NetBeans
When the debugger is suspended during a debugging session, you can hover your mouse over a JavaScript identifier in the editor to display a tool tip.例文帳に追加
デバッグセッション中にデバッガが中断されているときは、エディタ内で JavaScript 識別子の上にマウスポインタを置いてツールチップを表示できます。 - NetBeans
The NetBeans IDE provides strong support for Ajax development, including JavaScript and CSS editors, an all new PHP editor, a JavaScript debugger which is based on the Firebugplugin for Firefox, a client-side monitor to examine HTTP messages, an Ajax-ready environment for your choice of server-side scripting language (e.g., JSP, PHP, Ruby, Groovy), out-of-the-boxsupport for MySQL and JavaDB,and extensive integration support for web frameworks and third-partyJavaScript toolkits.例文帳に追加
NetBeans IDE は Ajax を使用した開発を強力にサポートしており、JavaScript と CSS のエディタ、新しい PHP エディタ、Firefox の Firebug プラグインに基づく JavaScript デバッガ、HTTP メッセージを確認するクライアント側モニター、任意のサーバー側スクリプト言語で Ajax に対応した環境 (JSP、PHP、Ruby、Groovy など)、デフォルトでの MySQL と JavaDB のサポート、Web フレームワークとサードパーティーの JavaScript ツールキットの広範囲に渡る統合サポートがあります。 - NetBeans
Take advantage of full syntax highlighting, code completion, pop-up documentation,and error checking for JSP, JSF, XML, JavaScript, CSS and PHP - even mixed. 例文帳に追加
NetBeans IDE では、EJB (Enterprise Java Beans) をほかの Java クラスと同じようにコーディングできます。 - NetBeans
JavaScript code completion is automatically provided when you code in .jsfiles, as well as within script tags when you work with other technologies(i.e., HTML, RHTML, JSP, PHP). 例文帳に追加
JavaScript のコード補完は、.js ファイル内でコーディングするとき、またほかのテクノロジ (HTML、RHTML、JSP、PHP など) を使用しているときに script タグ内で自動的に提供されます。 - NetBeans
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| 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会員(無料)になると
|
