Chapter 10: Controlling Text

1 Input Text
01inputText.html (page 376)

2 Dynamic Text
02dynamicText.html (page 378)

3 Displaying HTML
03displayHTML.html (page 383)
04displayHTML2.html (page 386)

4 Textfield Properties
05textProperties.html (page 390)
06scrollingText.html (page 392)
07scrollingTextMax.html (page 394)
08scrollingTextHorizontal.html (page 395)

5 Generating Text Fields Dynamically
09dynamicGenerateText.html (page 398)

6 Modifying Text in Text Fields
10textFormat.html (page 401)
11textFormatNewFont.html (page 403)
12setTextFormat.html (page 405)
13dynamicTextAnim.html (page 406)
14antiAliasing.html (page 408)

7 Formatting Text Fields from an External Style Sheet
15externalCSSFormat.html (page 411)

8 Detecting the Focus of Text Fields
16detectTextFocus.html (page 414)

9 Controlling the Focus and Selection within Text Fields
17setSelectionFocus.html (page 417)

10 Analyzing Text
18searchRegExp.html (page 422)
19matchRegExp.html (page 423)
20replaceRegExp.html (page 424)
21indexOf.html (page 426)
22checkLengthText.html (page 427)

11 Modifying Text
23modifyText.html (page 430)