View Single Post
Old 12-26-2011, 09:45 PM   PM User | #1
pelegk2
New to the CF scene

 
Join Date: Apr 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
pelegk2 is an unknown quantity at this point
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?
pelegk2 is offline   Reply With Quote