| Author |
Getting DataGrid's height in ActionScript
|
Booma Devi
Ranch Hand
Joined: Nov 02, 2011
Posts: 61
|
|
Hi,
Can any one please send me small example of how to get the Datagrid's id in Action Script...?
For Example
I am having the below mxml say Grid.mxml in view package
I want to use the DataGrid id "dg" in my custom action script... model package... (mxml and actionscript in different package).. how to use the id...?
Please help...
|
 |
Alvin Watkins
Ranch Hand
Joined: May 25, 2011
Posts: 53
|
|
Add your AS inline with your MXLM using the <fx:Script> tag. Then, in your AS, say:
BTW, from other ActionScript, you should still be able to access dg. You would do so like so:
|
 |
 |
|
|
subject: Getting DataGrid's height in ActionScript
|
|
|