TextArea
複数行の編集に対応したテキストフィールドをもつコンポーネントである。
まずは簡単なMXMLからの利用例を記述しておく。
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="160" height="128">
<mx:TextArea x="10" y="10" id="textarea1" width="140" height="40" />
<mx:Text x="10" y="62" width="140" height="63" text="{textarea1.text}" />
</mx:Application>
索引
- Button
- CheckBox
- ColorPicker
- DateChooser
- DataField
- HSlider
- HorizontalList
- Image
- Label
- LinkButton
- List
- NumericStepper
- PopUpButton
- PopUpMenuButton
- ProgressBar
- RadioButton
- RadioButtonGroup
- RichTextEditor
- SWFLoader
- Text
- TextArea
- TextInput
- TileList
- Tree
- VSlider
- VideoDisplay
- HBox
- VBox
- HDividedBox
- VDividedBox
- Grid
- TabNavigator
- Accordion
- MenuBar

