Tag Archive for 'maxchars'

19
May

Limiting the number of characters a user can type into a NumericStepper control’s text input field in Flex

The following example shows how you can limit the number of characters a user can type into a Flex NumericStepper control by setting the maxChars property.

Full code after the jump.

Continue reading ‘Limiting the number of characters a user can type into a NumericStepper control’s text input field in Flex’

21
Nov

Setting a status message in a Flex RichTextEditor control

The following example shows how you can set a status message in a RichTextEditor control’s title bar in Flex.

Full code after the jump.

Continue reading ‘Setting a status message in a Flex RichTextEditor control’

20
Sep

Limiting the amount of text you can enter into a Flex TextArea control

The following example shows how you can limit the amount of text a user can enter into a TextArea control by using the maxChars property.

Full code after the jump.

Continue reading ‘Limiting the amount of text you can enter into a Flex TextArea control’