Đang chuẩn bị liên kết để tải về tài liệu:
adobe flash cs5 on demand part 71
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Thêm một vùng văn bản Các thành phần TextArea làm việc với các đối tượng ActionScript TextField. Khi một thành phần TextArea được thêm vào giai đoạn này, bạn có thể sử dụng phong cách tùy chỉnh font, kích cỡ, và màu sắc. Ngoài ra, một thành phần TextArea có thể được định dạng bằng cách sử dụng HTML. | Adding a Text Area The TextArea component works with the ActionScript TextField object. Once a TextArea component is added to the Stage you can use styles to customize font size and color. In addition a TextArea component can be formatted using HTML. If this sounds similar to the Textinput component you re right. In fact the major difference between a Textinput and a TextArea field is the ability of the TextArea field to generate multiple lines. TextArea fields can be used to hold information. For example you can use a TextArea component to create a comment or a suggestion field on an interactive form. Add a TextArea Component Open the Components panel. Click the User Interface arrow to expand the list. Drag the TextArea component onto the Stage and then select the component. Open the Properties panel and then click the Component Parameters arrow to expand it. Select from the following TextArea parameters condenseWhite 3.0 . When you select the check box it removes extra white space spaces line breaks in a text field. If you deselect the check box the white space remains. editable. When you select the check box the field can be edited. If you deselect the check box the field can be selected but not edited. html 2.0 . When you select the check box it allows HTML to control the formatting of the data. If you deselect the check box the field cannot be modified using HTML. text. Click the Value field and then enter the initial text that will appear in the TextArea component. 1 3 TextArea component 440 Chapter 18 wordWrap. When you select the check box the text typed by the visitor wraps in the TextArea box. If you deselect the check box the text will not wrap. maxChars. Click the Value field and then enter the maximum number of characters that can be typed into the TextArea component. restrict. Click the Value field and then enter any characters that cannot be entered into the TextArea field. enabled. When you select the check box the field can be edited. If you .