A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/ja/docs/Web/API/HTMLTextAreaElement/rows below:

HTMLTextAreaElement: rows プãƒãƒ‘ティ - Web API

HTMLTextAreaElement: rows プロパティ

Baseline Widely available

rows は HTMLTextAreaElement インターフェイスのプロパティで、このテキストコントロールのテキストが見える行数を表す正の整数です。これは <textarea> 要素の rows 属性を反映します。

値

正の整数です。既定値は 2 です。

例
const textareaElement = document.getElementById("comment");
const textLines = textArea.rows;
textArea.rows = textLines + 2;
仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4