TEXTAREA NAME="name"--creates PHP variable for textarea value
TEXTAREA NAME="name"--textarea の値用の PHP 変数を作成する - PEAR
type of element to create (text, textarea, file...)
作成する要素の種類 (text, textarea, file...) - PEAR
element object or type of element to add (text, textarea, file...)
要素オブジェクトか、追加する要素種類(text, textarea, file...) - PEAR
'textarea' for a text area 'date' for a date selector; formats as 'Y-m-d'
'textarea' はテキストエリアとなります。 'date' は日付選択要素で 'Y-m-d' 形式となります。 - PEAR
HTML class for a textarea type field
テキストエリア型のフィールドのための HTML クラス - PEAR
textareafills in the text area content
textareaは、テキストエリアの内容を設定します。 - PEAR
Workaround: For TextField and TextArea components, use the columns and rows attributes, respectively.
回避策: TextField コンポーネントと TextArea コンポーネントについては、それぞれ columns 属性と rows 属性を使用します。 - NetBeans
Setting rows and column number for a textarea 例 39-8テキストエリアの行数と列数の設定 - PEAR
This code is actually using the Ajax functionilty in refreshing the TextArea without refreshing the entire page.
このコードでは、実際には Ajax 機能を使用して、ページ全体を再表示しないで TextArea を再表示しています。 - NetBeans
Description: Due to a change in Woodstock components, resize handles have been removed from the following Woodstock components: TextField, TextArea,PasswordField, DropDown and ListBox.
説明: Woodstock コンポーネントが変更され、TextField、TextArea、PasswordField、DropDown、および ListBox の各 Woodstock コンポーネントからサイズ変更のハンドルが削除されました。 - NetBeans
Copy the following code and paste it over the body tags in index.jsp:bodyform name="Test" method="post" action="SpellCheckServlet"pEnter the text you want to check:/ppptextarea rows="7" name="TextArea1" cols="40" ID="Textarea1"/textarea/ppinput type="submit" value="Spell Check" name="spellcheckbutton"/form/body
次のコードをコピーし、index.jsp の body タグにペーストします。 bodyform name=Test method=post action=SpellCheckServletpEnter the text you want to check:/ppptextarea rows=7 name=TextArea1 cols=40 ID=Textarea1/textarea/ppinput type=submit value=Spell Check name=spellcheckbutton/form/body - NetBeans
The previously listed code specifies that when the submit button is clicked, the content of the textarea is posted to a servlet called SpellCheckServlet. 上記のコードでは、送信ボタンがクリックされるときに、textarea の内容が SpellCheckServlet というサーブレットに送信されることが指定されています。 - NetBeans
The right panel displays a Used Frameworks textarea, which is empty if the application does not use a framework.
アプリケーションがフレームワークを使用していない場合、この領域は空です。 - NetBeans
Description: Due to a change in Woodstock components, resize handles have been removed from the following Woodstock components: TextField, Text Area,Password Field, Drop Down and List Box.
説明: Woodstock コンポーネントの変更により、TextField、TextArea、PasswordField、DropDown、および ListBox の各 Woodstock コンポーネントからサイズ変更のハンドルが削除されました。 - NetBeans
Note: inputs and textareas with flexy:include or flexy:ignore: If you are turning off flexy element creation with flexy:ignore="yes", then this is not inherited by included templates, and you need to add that tag to the included template as well.
注意input および textareaでの flexy:include や flexy:ignore:flexy 要素の作成を flexy:ignore="yes"で無効にすると、これはインクルードされたテンプレートには引き継がれません。 インクルードされたテンプレートでもそのタグを追加する必要があります。 - PEAR