TEXTAREA

TEXTAREA TEXTAREA *
*前のトピック: TD
*次のトピック: TextRange

TEXTAREA

解説

複数行のテキスト入力コントロールを指定する。

注意事項

デフォルトフォントでは行間は固定である。 CSS属性のoverflowを"hidden"に設定すると、TEXTAREAにスクロールバーが表示されないように設定できる。

<TEXTAREA STYLE="overflow:hidden" ID=txtComments>
The patient is in stable condition after suffering an attack of
the insatiable munchies.
</TEXTAREA>

プロパティ

accessKey, className, clientHeight, clientWidth, cols, dataFld, dataSrc, disabled, document, form, id, innerText, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, parentElement, parentTextEdit, readOnly, rows, scrollHeight, scrollLeft, scrollTop, scrollWidth, sourceIndex, status, style, tabIndex, tagName, title, type, value, wrap

メソッド

blur, click, contains, createTextRange, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute

コレクション

all, children, filters

イベント

onafterupdate, onbeforeupdate, onblur, onchange, onclick, ondblclick, ondragstart, onerrorupdate, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onrowenter, onrowexit, onscroll, onselect, onselectstart

HTMLエレメント

TEXTAREA

関連事項

INPUTオブジェクト

Up トップに戻る
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.