CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Adobe Flex (http://www.codingforums.com/forumdisplay.php?f=63)
-   -   call function with value from xml (http://www.codingforums.com/showthread.php?t=247201)

pelegk2 12-26-2011 09:45 PM

call function with value from xml
 
i have a repeater :
PHP Code:

<mx:Repeater id="btnRepeater" dataProvider="{rep.currentItem.BUTTON}">
                        <
mx:Button label="{btnRepeater.currentItem}" click="getDefinitionByName('{btnRepeater.currentItem.@EVENT}')"/>
                    </
mx:Repeater

and i want to call some how to a function with a value i get from the xml:
getDefinitionByName('{btnRepeater.currentItem.@FunctionName}')

anu idea?


All times are GMT +1. The time now is 09:21 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.