The following examples show how you can control whether a user can select the text in a Flex TextArea control by setting the selectable property in MXML and ActionScript.
Full code after the jump.
{ 4 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following examples show how you can control whether a user can select the text in a Flex TextArea control by setting the selectable property in MXML and ActionScript.
Full code after the jump.
{ 4 comments }
The following example shows how you can prevent users from changing the value in a Flex ComboBox control by setting the dropdown menu’s selectable property.
Full code after the jump.
{ 2 comments }
The following example shows how you can assign an HTML formatted string to a Panel container’s status text field using the getStatusTextField() method in the mx_internal namespace.
Full code after the jump.
{ 1 comment }
The following example shows how you can prevent a user from selecting items in a Flex DataGrid control by setting the selectable property.
Full code after the jump.
{ 7 comments }
The following example shows how you can use the link event with the Label control in Flex to handle hyperlinks embedded within a string of text. By using the “event:” prefix in the href property of an anchor (<a />) tag, you can handle links within your Flex application, use the ExternalInterface API to call JavaScript from Flex, or do pretty much whatever else you want.
Full code after the jump.
{ 4 comments }