「javascript」を含む例文一覧(240)

<前へ 1 2 3 4 5 次へ>
  • The new JavaScript file appears in the Projects window and opens in the editor.
    新しい JavaScript ファイルが「プロジェクト」ウィンドウに表示され、エディタで開きます。 - NetBeans
  • In this section we introduce the basic JavaScript editing features of the IDE.
    この節では、IDE の基本的な JavaScript 編集機能について説明します。 - NetBeans
  • JavaScript functions do not require any input parameters and do not return any result.
    JavaScript 関数は入力パラメータを必要とせず、結果を返しません。 - NetBeans
  • Returns JavaScript used to validate the form on client side.
    クライアント側でフォームの検証を行うために使用する JavaScript を返します。 - PEAR
  • The NetBeans IDE support for Python covers Smart Indent/Outdent in the editor,a Python Platform Manager, an interactive console, a debugger, and more.
    NetBeans IDE には、JavaScript デバッガと JavaScript ライブラリマネージャーを含む、JavaScript および CSS の完全なエディタサポートが用意されています。 - NetBeans
  • A template with javascript and flexy:tojavasscript
    例例 47-1javascript と flexy:tojavasscript を使用したテンプレート - PEAR
  • The Squiz coding standard includes a sniff that will check each JavaScript file using JavaScript Lint, a tool that checks all your JavaScript source code for common mistakes without actually running the script or opening the web page.
    Squiz コーディング規約の中には、JavaScript ファイルをJavaScript Lintでチェックする sniff が含まれています。 このツールは、スクリプトを実際に実行したりウェブページを開いたりすることなしにJavaScript ソースコードでよくある間違いを見つけ出すことができるものです。 - PEAR
  • The IDE provides out-of-the-box support for Firefox, Internet Explorer, Safari, and Opera.From the JavaScript Options panel, you can also specify the JavaScript engine version that code completion applies to.
    IDE では、Firefox、Internet Explorer、Safari、および Opera をデフォルトでサポートしています。 JavaScript の「オプション」パネルでは、コード補完を適用する JavaScript エンジンのバージョンを指定することもできます。 - NetBeans
  • In the Music Application's music folder, create a Javascript file called main.js.Create it by choosing the JavaScript template from the Other category in the New File wizard.
    Music アプリケーションの music フォルダに main.js という Javascript ファイルを作成します。 「新規ファイル」のウィザードで「その他」のカテゴリから JavaScript のテンプレートを選択して作成します。 - NetBeans
  • When the Ajax interaction is complete, JavaScript updates the HTML source of the page.
    Ajax の相互作用が完了したら、JavaScript がそのページの HTML ソースを更新します。 - NetBeans
  • This results in a JavaScript call to a function that initializes an XMLHttpRequest object.
    すると、XMLHttpRequest オブジェクトを初期化する関数への JavaScript 呼び出しが行われます。 - NetBeans
  • Script.aculo.us is a set of JavaScript libraries to enhance the user interface of web sites.
    Script.aculo.us は、Web サイトのユーザーインタフェースを拡張するための一連の JavaScript ライブラリです。 - NetBeans
  • The NetBeans JavaScript debugger offers a common user experience for bothFirefox and Internet Explorer.
    NetBeans の JavaScript デバッガは、Firefox と Internet Explorer のどちらを使用する場合も操作は同じです。 - NetBeans
  • You can clickPause to suspend the debugger on the next JavaScript call.
    「一時停止」をクリックすると、次の JavaScript 呼び出しでデバッガを中断できます。 - NetBeans
  • A document describing basic JavaScript editing features provided by the NetBeans IDE.
    NetBeans IDE が提供する基本的な JavaScript 編集機能を説明するドキュメントです。 - NetBeans
  • Create the javascript for the onclick event which will set the value of the hidden field.Parameter
    onclick イベント用の javascript を作成します。 これは、hiddenフィールドの値を設定します。 - PEAR
  • Code Completion and Type AnalysisJavaScript code completion gives you a choice of the IDE's built-in JavaScript core classes to insert into your code.
    コード補完と型分析JavaScript コード補完では、IDE に組み込まれている JavaScript コアクラスを選択してコードに挿入できます。 - NetBeans
  • The Sessions window shows any debugging sessions that are currently active.When you start a JavaScript debugging session, you can see an entry for the JavaScript debugger in the Sessions window.
    「セッション」ウィンドウには、現在アクティブなデバッグセッションが表示されます。 JavaScript のデバッグセッションを開始すると、「セッション」ウィンドウに JavaScript デバッガのエントリが表示されます。 - NetBeans
  • To debug the client side of the application implemented with the use of JavaScript, select the Debug Client side JavaScript checkbox and choose the browser to use.
    JavaScript を使用して実装されているクライアント側アプリケーションをデバッグするには、「クライアント側の JavaScript のデバッグ」チェックボックスを選択し、使用するブラウザを選択します。 - NetBeans
  • JavaScript functions can be renamed to avoid conflict with others scripts on the same page ability to manage one single list with check boxes to solve problem if javascript is unavailable
    JavaScript 関数名の変更により、同一ページ内の他のスクリプトとの競合を解消 JavaScript が使えない場合には、単一のリストとチェックボックスを用いて対応 - PEAR
  • In the Projects window, right-click on the project node and choose New JavaScript file.
    「プロジェクト」ウィンドウでプロジェクトノードを右クリックし、「新規」「JavaScript ファイル」を選択します。 - NetBeans
  • It's now looking for some Javascript to execute, which hasn't been coded yet.
    ここで、実行する Javascript を探しますが、この処理はまだコーディングされていません。 - NetBeans
  • Generation of JavaScript client stubs from RESTful web services for building RESTful client applications.
    RESTful クライアントアプリケーションの構築用 RESTful Web サービスからの JavaScript クライアントのスタブの生成。 - NetBeans
  • You added script.aculo.us JavaScript libraries to your project, allowing you to take advantage of Ajax functionality.
    また、プロジェクトに script.aculo.us JavaScript ライブラリを追加し、Ajax 機能を使用できるようにしました。 - NetBeans
  • The editor provides syntax highlighting for PHP, HTML, JavaScript, and CSS code blocks.
    エディタでは、PHP、HTML、JavaScript、および CSS の各コードブロックの構文が強調表示されます。 - NetBeans
  • Suspend on Errors: Prompt the debugger to suspend when encountering any JavaScript errors.
    エラー時に中断: JavaScript エラーが検出されたときにデバッガを中断させます。 - NetBeans
  • For IE users, the debugger stops on the first JavaScript statement to be executed at runtime.
    IE の場合、デバッガは実行時に最初に実行される JavaScript 文で停止します。 - NetBeans
  • In addition, you must code a line of JavaScript to fire the Ajax Transaction.
    さらに、Ajax トランザクションを開始する JavaScript のコード行をコーディングする必要があります。 - NetBeans
  • and code completion will show you the methods available for JavaScript strings.
    この場合、コード補完によって JavaScript 文字列に使用可能なメソッドが表示されます。 - NetBeans
  • DocumentationCode completion shows the API documentation for both the core javascript APIs and the DOM APIs.
    ドキュメントコード補完では、JavaScript のコア API と DOM API の両方の API ドキュメントが表示されます。 - NetBeans
  • In the Attach Debugger dialog, select Web Page Debugger (JavaScript) from the Debugger drop-down list.
    「デバッガを接続」ダイアログで、「デバッガ」ドロップダウンリストから「Web ページデバッガ (JavaScript)」を選択します。 - NetBeans
  • Suspend on Debugger Keyword: Prompt the debugger to suspend by inserting the debugger; statement into your JavaScript code.
    デバッガキーワードで中断: JavaScript コードに debugger; 文を挿入してデバッガを中断させます。 - NetBeans
  • Suspend on Exceptions: Prompt the debugger to suspend when encountering any JavaScript exceptions.
    例外時に中断: JavaScript 例外が検出されたときにデバッガを中断させます。 - NetBeans
  • A typical use of the Hidden Field component is to store values for use by JavaScript.
    「非表示フィールド」コンポーネントは、通常は JavaScript で使用する値の保存に使用します。 - NetBeans
  • Hide input forms when they are not used by implementing JavaScript functions
    JavaScript 関数を実装して、入力フォームが使用されていないときに非表示にする - NetBeans
  • Having a select without options is invalid HTML and will break hierselect's JavaScript.
    選択肢のない select は HTML として無効な形式であり、hierselect のJavaScript が動作しなくなります。 - PEAR
  • As a result of this, it is not possible to put any flexy tags within blocks of javascript code.
    その結果、javascript コードブロックの中では flexy タグを使用することができなくなります。 - PEAR
  • The JavaScript debugger requires the Firefox 2.0.0.X browser with the Firebug 1.1beta plugin, or Internet Explorer (6 or 7).You can also debug JavaScript code in Java EE and Ruby projects(to debug client sessions and for source mapping).
    JavaScript デバッガには、Firebug 1.1 beta プラグインを持つ Firefox 2.0.0.X ブラウザが必要です。 Java EE および Ruby プロジェクトでは、クライアントセッションをデバッグするため、またソースマッピング用に、JavaScript コードをデバッグすることもできます。 - NetBeans
  • If you want client-side validation, QuickForm can generate the javascript code needed.
    また、クライアント側での検証を行いたい場合は、必要な javascript コードが生成されます。 - PEAR
  • Name the file javascript, and type in web in the Folder text field to place it in the web subfolder.
    ファイル名を javascript にし、「フォルダ」テキストフィールドに「web」と入力してファイルを web サブフォルダに入れます。 - NetBeans
  • Project Woodstock component library encapsulates Javascript and complex server side within JavaServer Faces components.
    Javascript と JavaServer Faces コンポーネント内の複雑なサーバー側処理が Project Woodstock のコンポーネントライブラリにカプセル化されています。 - NetBeans
  • Use wizards to create REST services from JPA entity classes and generate JavaScript client stubs from WADL
    ウィザードを使用して JPA エンティティークラスから REST サービスを作成し、WADL から JavaScript クライアントスタブを生成 - NetBeans
  • Ajax is a technology that combines (X)HTML, JavaScript, and CSS with the power of XmlHttpRequest in the creation of RIAs (Rich Internet Applications).
    Ajax は (X)HTML、JavaScript、および CSS を組み合わせた技術であり、XmlHttpRequest を利用して RIA (Rich Internet Applications) を作成できます。 - NetBeans
  • The feature consists of a wizard that lets you generate JavaScript client stubs from RESTful Web Service resource classes.
    この機能には、RESTful Web サービスのリソースクラスから JavaScript クライアントのスタブを生成するウィザードがあります。 - NetBeans
  • You can create a new JavaScript file in any project through the New File wizard.
    「新規ファイル」ウィザードを使用して、任意のプロジェクトに新しい JavaScript ファイルを作成できます。 - NetBeans
  • To add content to the template, go to Tools - Templates and open the JavaScript template in the IDE.
    テンプレートに内容を追加するには、IDE で「ツール」「テンプレート」を選択し、JavaScript テンプレートを開きます。 - NetBeans
  • Open the task list (Window - Tasklist) to view errors in any of your files that are associated with JavaScript.
    ファイル内での JavaScript に関連するエラーを表示するには、タスクリストを開きます (「ウィンドウ」「タスクリスト」)。 - NetBeans
  • The IDE provides you with numerous windows that form an integral part of the JavaScript debugger.
    IDE には、JavaScript デバッガの中心的な機能を形成する多数のウィンドウが用意されています。 - NetBeans
  • The HTML_Crypt provides methods to encrypt text, which can be later be decrypted using JavaScript on the client side.
    暗号化されたテキストは、後でクライアント側の JavaScriptによって復号することができます。 - PEAR
  • 'j' for a method of Sigma that escapes the string for usage in Javascript string constants.
    'j' は Sigma のメソッドで、文字列をエスケープして Javascript の文字列定数として使用できるようにします。 - PEAR
<前へ 1 2 3 4 5 次へ>

例文データの著作権について