| 意味 | 例文 |
HTML elementの部分一致の例文一覧と使い方
該当件数 : 63件
'example' = array( // table column definition 'type' = 'varchar', 'size' = 32, // form element definition 'qf_label' = 'Other Information', 'qf_type' = 'text', 'qf_vals' = array( 'a' = 'This is the letter "a"', 'b' = 'I choose "b"', 'c' = 'No, "c" is always the right answer' ) ) );}?Element HTML Attributes 例文帳に追加
要素の HTML 属性 - PEAR
This title will be used inside the HTML "title" element.例文帳に追加
このタイトルはHTML の title 要素として使われます。 - Python
Do not embed another HTML element within an anchor. 例文帳に追加
アンカータグの範囲内に別の HTML 要素を入れてはいけない - 研究社 英和コンピューター用語辞典
Returns the element name inside the group such as found in the html form 例文帳に追加
html フォーム中に見られる、グループ内の要素名を返す - PEAR
This method returns the HTML for the element in frozen state. 例文帳に追加
このメソッドは、 凍結された状態の要素の HTML を返します。 - PEAR
The HTML surrounding an element string $group Name of the group to apply template for 例文帳に追加
要素を囲む HTML。 string$group テンプレートを適用するグループの名前。 - PEAR
A pseudo-element used for adding raw HTML to form output. 例文帳に追加
フォーム出力に生の HTML を追加するために使用する擬似要素です。 - PEAR
Returns the HTML generated for a specific form element and marks that element as rendered.Parameter 例文帳に追加
指定したフォーム要素用に生成した HTML を返し、その要素にレンダリング済みマークをつけます。 - PEAR
Embedded CompletionCode completion on element ids in the HTML works for the Prototype.js (...) function. 例文帳に追加
埋め込み補完 Prototype.js (...) 関数で、HTML 内の要素 ID のコード補完が機能します。 - NetBeans
Sets the contents of the button element: HTML to add between button/button tags.Parameter 例文帳に追加
ボタン要素の内容、つまりbutton/button タグの間に追加する HTMLを設定します。 - PEAR
This non-visual component declares a script element in the rendered HTML markup. 例文帳に追加
この不可視コンポーネントは生成後の HTML マークアップでスクリプト要素を宣言します。 - NetBeans
By use of acquired values, the HTML source is automatically corrected such that the display position, the display size, and the display character size of each HTML element are the same between when displaying the HTML source in the Web browser 1 of the client and when displaying the HTML source in the Web browser 2.例文帳に追加
取得した値を用いて、クライアントの Webブラウザ1で HTMLソースを表示した際の各 HTML要素の表示位置と、表示サイズと、表示文字サイズが、 Webブラウザ2で HTMLソースを表示した際のそれぞれと同じになるように HTMLソースを自動的に補正する。 - 特許庁
The sizes of the URL and HTML element 10 of the Web contents 9 are shared by participants in the data conference.例文帳に追加
Webコンテンツ9のURLとHTML要素10の大きさをデータ会議参加者間で共有する。 - 特許庁
Under the HTML category in the Palette, click on a Table element and drag it to a point between the form tags.例文帳に追加
パレットの「HTML」カテゴリの下で「表」要素をクリックし、form タグの間の任意の位置までドラッグします。 - NetBeans
If you really need to add raw html to the form, you may consider using 'static' element instead. 例文帳に追加
フォームに生の HTML を追加する必要がある場合は、代わりに'static' 要素の使用を検討してください。 - PEAR
To use international UTF-8 characters, insert the following element inside the head element, if it is not present.meta http-equiv="content-type" content="text/html; charset=UTF-8" 例文帳に追加
国際 UTF-8 文字を使用するには、次の要素を head 要素内に挿入します (存在しない場合)。 meta http-equiv=content-type content=text/html; charset=UTF-8 - NetBeans
Then, under HTML Forms, click on and drag a Form element into the page to a point beneath the p tags that you just added.例文帳に追加
次に「HTML フォーム」の下にある「フォーム」要素をクリックし、ページ内に追加した p タグの下までドラッグします。 - NetBeans
Array of element names/objects or string of elements to be updated mixed $attrs Array or string of html attributes 例文帳に追加
要素名かオブジェクトの配列または更新する要素文字列です。 mixed$attrs HTML 属性の配列か文字列です。 - PEAR
SYSTEM AND METHOD FOR DYNAMICALLY DISPLAYING HTML FORM ELEMENT例文帳に追加
HTMLフォーム・エレメントを動的に表示するシステムおよび方法 - 特許庁
Therefore, if your form is using always the same pattern to display form element labels and form element html, it is recommended to use the Dynamic renderer. 例文帳に追加
もし常に同じようなパターンで要素ラベルやフォーム要素の html を出力するのなら、動的レンダラを使用するほうがお勧めです。 - PEAR
Under the HTML category in the Palette, click on a Table element and drag it to a point between the form tags.The Insert Table dialog box opens.例文帳に追加
パレットの「HTML」カテゴリの下で「表」要素をクリックし、form タグの間の任意の位置までドラッグします。 「挿入 表」ダイアログが開きます。 - NetBeans
A display position, a display size, and a display character size of each HTML element are acquired from a bitmap image of a display area when displaying the HTML source in the Web browser used by the client and a Web browser 2 wherein the screen layout is properly displayed.例文帳に追加
クライアントが使用する Webブラウザと画面レイアウトが正しく表示される Webブラウザ2で HTMLソースを表示した際の表示領域のビットマップ画像から、各 HTML要素の表示位置と、表示サイズと、表示文字サイズを取得する。 - 特許庁
For example, if you add variable = ("f|") and press Ctrl-Space with the cursor (|) immediately after the f, code completion shows all HTML element ids in the document that start with f. 例文帳に追加
たとえば、variable = (f|) を追加して f の直後にカーソル (|) を置いて Ctrl- スペースキーを押すと、ドキュメント内で f から始まる HTML 要素 ID がすべて表示されます。 - NetBeans
On rules for file uploads: These rules are defined in HTML/QuickForm/file.php, and are automatically registered when a file type element is added to the form. 例文帳に追加
ファイルアップロードの規則についてこれらの規則は HTML/QuickForm/file.php で定義されており、file 型の要素がフォームに追加された際に自動的に登録されます。 - PEAR
After a color code and an element attribute are extracted from an HTML file of the Web page and a CSS file (S02), the color code is arranged in each number of lines of HTML and each element attribute (S03).例文帳に追加
ウェブページのHTMLファイルおよびCCCファイルから色コードと要素属性とを抽出した(S02)後にHTMLの行数と要素属性毎に色コードを整理する(S03)。 - 特許庁
The layout of the Web contents 9 is performed based on the size of the HTML element 10, and the Web contents 9 are displayed in the fixed layout without relying upon the display area of the Web browser.例文帳に追加
Webコンテンツ9のレイアウトは、HTML要素10の大きさを基準に行われ、Webブラウザの表示領域に依らず固定のレイアウトでWebコンテンツ9が表示される。 - 特許庁
In this case, the allocation program extracts elements in the HTML data such as "a element", "button element", "input element" and the like as a command.例文帳に追加
この場合、割り当てプログラムは、HTMLデータ中の「a要素」や、「button要素」、「input要素」等の要素をコマンドとして抽出する。 - 特許庁
The element looks like a normal HTML input text element that at every keypressed javascript event, searches the array of options for a match and autocompletes the text in case of match. 例文帳に追加
この要素は通常の HTML テキスト入力要素と似ていますが、キーが押されるたびに javascript のイベントが起動し、もし入力内容とオプションの配列が一致すればその内容を自動的に補完します。 - PEAR
For an HTML document stored in a document server 30, a security level is set by the constituting element unit.例文帳に追加
文書サーバ30に格納されたHTML文書は、構成要素単位でセキュリティレベルが設定されている。 - 特許庁
Further, the apparatus generates an HTML (Hyper Text Markup Language) element in which a hyper link to a storage position of both files in the nonvolatile storage section is embedded, and causes a volatile storage section to store the HTML.例文帳に追加
さらに、不揮発性記憶部におけるそれらの両ファイルの記憶位置へのハイパーリンクを埋め込んだHTML要素を生成し、そのHTML要素を揮発性記憶部に記憶させる。 - 特許庁
An HTML document describing a file type input element is acquired from a Web server via a network and a Web browser displays a picture corresponding to the HTML document.例文帳に追加
Webサーバからネットワークを介してfile型のinput要素が記述されたHTML文書を取得して、Webブラウザが当該HTML文書に対応する画面を表示する。 - 特許庁
It supports all the HTML form element types including file uploads, may return or print the form, just individual form elements or the full form in "table mode" with a fixed layout. 例文帳に追加
ファイルアップロードを含むHTML フォーム要素型の全てをサポートします。 独立したフォーム要素型、あるいは、固定レイアウトを使った"表モード" での全てのフォームを返したり、出力します。 - PEAR
When a script described in the HTML file is executed in a client, an XML (eXtensible Markup Language) file described with an id-element having identification information imparted to an element inside the HTML file as contents is acquired, and the XML file is analyzed to extract the contents of the id element.例文帳に追加
クライアントにおいて、HTMLファイルに記述されたスクリプトが実行されると、HTMLファイル内の要素に付与された識別情報を内容として有するid要素が記述されたXMLファイルを取得し、XMLファイルを解析してid要素の内容を抽出する。 - 特許庁
Further, the editing server 20 generates the HTML format data with a form set for each content element on the basis of the regenerated XML format data, and transmits the HTML format data to the client terminal 40.例文帳に追加
さらに、編集サーバ20は、この再作成したXML形式のデータに基づいて、要素内容毎にフォームを設定したHTML形式のデータを生成し、クライアント端末40に送信する。 - 特許庁
The dynamic update to the complete-table element represents the final step of the process flow of communication that takes place during communication using Ajax.This update maps to the HTML & CSS data being sent to the presentation in the flow diagram above.例文帳に追加
complete-table 要素の動的な更新は、Ajax を使用して行われる通信の、プロセスフローの最後の手順を表します。 この更新は、前出のフロー図のプレゼンテーションに送信される HTML と CSS データに対応します。 - NetBeans
An HTML element 10 displayed in a size not relying upon the size of the display area of the Web browser 3 for the Web contents having the layout to be fixedly displayed is set at a position involving the Web contents.例文帳に追加
レイアウトを固定で表示したいWebコンテンツ9に対して、表示される大きさがWebブラウザ3の表示領域の大きさに依らないHTML要素10を、Webコンテンツ9を包含する位置に設定する。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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. |
| 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/ ). |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|